diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-06-15 00:52:26 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-06-15 00:52:26 +0000 |
commit | e362d4e1eadd75f083dd0ed6a5304a0f057379fb (patch) | |
tree | a4b745d43ce62c05610b8fcafebafcd2fddafc6a /src/include/commands/comment.h | |
parent | d540a9a6bdbb1c14ba3ceaf74ab3a32d9aa95b97 (diff) | |
download | postgresql-e362d4e1eadd75f083dd0ed6a5304a0f057379fb.tar.gz postgresql-e362d4e1eadd75f083dd0ed6a5304a0f057379fb.zip |
#include cleanups
Diffstat (limited to 'src/include/commands/comment.h')
-rw-r--r-- | src/include/commands/comment.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/commands/comment.h b/src/include/commands/comment.h index c9a5b63821f..1514412969a 100644 --- a/src/include/commands/comment.h +++ b/src/include/commands/comment.h @@ -12,6 +12,8 @@ #ifndef COMMENT_H #define COMMENT_H +#include "nodes/pg_list.h" + /*------------------------------------------------------------------ * Function Prototypes -- * |