projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
034dda6
)
Add missing include so include file compiles cleanly on its own.
author
Bruce Momjian
<bruce@momjian.us>
Tue, 23 Aug 2011 03:19:21 +0000
(23:19 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 23 Aug 2011 03:19:21 +0000
(23:19 -0400)
src/include/commands/tablecmds.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/commands/tablecmds.h
b/src/include/commands/tablecmds.h
index 3f971eb218f770b4da689bbb4d1d5b6e25fd4bd8..0e8bbe0929f3542c09189fde00eee7d73fc3ce96 100644
(file)
--- 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"