]> granicus.if.org Git - postgresql/commitdiff
Make include files work without having to include other ones first
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 10 Jun 2012 09:43:00 +0000 (12:43 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 10 Jun 2012 09:46:14 +0000 (12:46 +0300)
src/include/access/hio.h
src/include/utils/json.h

index f9dc50cc65284fcbef0e6dcc78b464ca1049be2e..a3f8a457b8d8fe512409864b740bb88f814a1658 100644 (file)
@@ -14,6 +14,7 @@
 #ifndef HIO_H
 #define HIO_H
 
+#include "access/heapam.h"
 #include "access/htup.h"
 #include "utils/relcache.h"
 #include "storage/buf.h"
index fa0d4fcad74d4ecd2ad4bb27ac2565c7656ea054..c355e0f73eef5876f4c3fc1ce136bc467ca664ed 100644 (file)
@@ -15,6 +15,7 @@
 #define JSON_H
 
 #include "fmgr.h"
+#include "lib/stringinfo.h"
 
 extern Datum json_in(PG_FUNCTION_ARGS);
 extern Datum json_out(PG_FUNCTION_ARGS);