diff options
author | Bruce Momjian | 2011-08-23 03:19:21 +0000 |
---|---|---|
committer | Bruce Momjian | 2011-08-23 03:19:21 +0000 |
commit | 2ab15afcdd28ce3d52a9b01d41f67687ac7170d8 (patch) | |
tree | 763110f0520ce03442b85b54b0e8b8e9eceb130a | |
parent | 034dda61ddf83a2f976271ecb0cc5ee0151a0639 (diff) |
Add missing include so include file compiles cleanly on its own.
-rw-r--r-- | src/include/commands/tablecmds.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/commands/tablecmds.h b/src/include/commands/tablecmds.h index 3f971eb218..0e8bbe0929 100644 --- a/src/include/commands/tablecmds.h +++ b/src/include/commands/tablecmds.h @@ -14,6 +14,7 @@ #ifndef TABLECMDS_H #define TABLECMDS_H +#include "access/htup.h" #include "nodes/parsenodes.h" #include "storage/lock.h" #include "utils/relcache.h" |