diff options
author | Robert Haas | 2012-09-05 18:01:15 +0000 |
---|---|---|
committer | Robert Haas | 2012-09-05 18:01:59 +0000 |
commit | aa2b237ce51ef12c213ac55d4d3aba509cb3133e (patch) | |
tree | 4ffc1e8458088ff539e20916ac64271409790557 /contrib/sepgsql/label.c | |
parent | 46c508fbcf98ac334f1e831d21021d731c882fbb (diff) |
sepgsql cleanups.
This is needed to match recent changes elsewhere. Along the way, some
renaming for clarity.
KaiGai Kohei
Diffstat (limited to 'contrib/sepgsql/label.c')
-rw-r--r-- | contrib/sepgsql/label.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/sepgsql/label.c b/contrib/sepgsql/label.c index 23577b5844..3ebf273326 100644 --- a/contrib/sepgsql/label.c +++ b/contrib/sepgsql/label.c @@ -11,6 +11,7 @@ #include "postgres.h" #include "access/heapam.h" +#include "access/htup_details.h" #include "access/genam.h" #include "access/xact.h" #include "catalog/catalog.h" |