diff options
Diffstat (limited to 'src/include/commands/proclang.h')
-rw-r--r-- | src/include/commands/proclang.h | 2 |
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); |