Fix a compile issue on freebsd, added missing include files
authorMuhammad Usama <m.usama@gmail.com>
Wed, 3 Feb 2016 12:03:47 +0000 (17:03 +0500)
committerMuhammad Usama <m.usama@gmail.com>
Wed, 3 Feb 2016 12:03:47 +0000 (17:03 +0500)
src/include/parser/stringinfo.h
src/include/utils/palloc.h

index 5398a50e7463c8976f1a5942daf4bab803fab208..8fa2a8018d58ccd6017770ae6bdac40c4dff8ec3 100644 (file)
@@ -19,6 +19,7 @@
 #define STRINGINFO_H
 
 #include <stdio.h>
+#include <stdarg.h>
 #include "pg_config_manual.h"
 
 #ifdef USE_REPL_SNPRINTF
index 81074371280250ee6058809cbd737ca7574c013d..d97719249efbf037bd0868876714bd4448aaf5b7 100644 (file)
@@ -28,6 +28,7 @@
 #ifndef PALLOC_H
 #define PALLOC_H
 
+#include <stdarg.h>
 #include "pg_config_manual.h"
 
 /*