summaryrefslogtreecommitdiff
path: root/src/include/commands/proclang.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1999-07-30 18:52:56 +0000
committerMarc G. Fournier <scrappy@hub.org>1999-07-30 18:52:56 +0000
commitd90a0d770c8a32cb5a999dda8c5a3c1ac1a8b9be (patch)
treec4c46b86a94dfd88b31b2b6df7135db6590c61e0 /src/include/commands/proclang.h
parent7d30c90ecc8852a1b580b23594576e444a7c5d11 (diff)
Another batch ...
Diffstat (limited to 'src/include/commands/proclang.h')
-rw-r--r--src/include/commands/proclang.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/commands/proclang.h b/src/include/commands/proclang.h
index f39a6498fb0..42276055e6c 100644
--- a/src/include/commands/proclang.h
+++ b/src/include/commands/proclang.h
@@ -9,7 +9,7 @@
#ifndef PROCLANG_H
#define PROCLANG_H
-#include <nodes/parsenodes.h>
+#include "nodes/parsenodes.h"
extern void CreateProceduralLanguage(CreatePLangStmt *stmt);
extern void DropProceduralLanguage(DropPLangStmt *stmt);