summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2011-08-23 03:19:21 +0000
committerBruce Momjian2011-08-23 03:19:21 +0000
commit2ab15afcdd28ce3d52a9b01d41f67687ac7170d8 (patch)
tree763110f0520ce03442b85b54b0e8b8e9eceb130a
parent034dda61ddf83a2f976271ecb0cc5ee0151a0639 (diff)
Add missing include so include file compiles cleanly on its own.
-rw-r--r--src/include/commands/tablecmds.h1
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"