summaryrefslogtreecommitdiff
path: root/contrib/ltree/crc32.c
diff options
context:
space:
mode:
authorBruce Momjian2011-08-27 01:16:24 +0000
committerBruce Momjian2011-08-27 01:16:24 +0000
commitf1312b5ed32630ae479e61e2a58cfac56ae46dd8 (patch)
treef55c188024d64009a9528444ada2c4edf8ec6dd8 /contrib/ltree/crc32.c
parent8b0f0822fd5111118a7d147344ee1253acb601f2 (diff)
Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and
remove from local *.h files. Per suggestion from Alvaro.
Diffstat (limited to 'contrib/ltree/crc32.c')
-rw-r--r--contrib/ltree/crc32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/ltree/crc32.c b/contrib/ltree/crc32.c
index c736defc73..ea1a661fef 100644
--- a/contrib/ltree/crc32.c
+++ b/contrib/ltree/crc32.c
@@ -2,6 +2,8 @@
/* contrib/ltree/crc32.c */
+#include "postgres.h"
+
#include <sys/types.h>
#include <stdio.h>
#include <sys/types.h>