*/
#include "postgres.h"
+#include
+
+/*
+ * includes , which creates an incompatible
+ * #define for bool. Get rid of that so we can use our own typedef.
+ * (We don't care if redefines "true"/"false"; those are close
+ * enough.)
+ */
+#undef bool
+
#include "access/heapam.h"
#include "access/htup_details.h"
#include "access/genam.h"
#include "sepgsql.h"
-#include
-
/*
* Saved hook entries (if stacked)
*/