From: Bruce Momjian Date: Tue, 23 Aug 2011 03:19:21 +0000 (-0400) Subject: Add missing include so include file compiles cleanly on its own. X-Git-Tag: REL9_2_BETA1~1246 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ab15afcdd28ce3d52a9b01d41f67687ac7170d8;p=thirdparty%2Fpostgresql.git Add missing include so include file compiles cleanly on its own. --- diff --git a/src/include/commands/tablecmds.h b/src/include/commands/tablecmds.h index 3f971eb218f..0e8bbe0929f 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"