Move stdarg.h to common-defs.h
[deliverable/binutils-gdb.git] / gdb / common / common-defs.h
index 9e397d91b19b1b46d8f6a4e325e05f48401b7418..d227b00847d91a8f3622a25d489d5f18cf0d0c71 100644 (file)
@@ -27,4 +27,8 @@
 #include "build-gnulib/config.h"
 #endif
 
+#include <stdio.h>
+#include <stdlib.h>
+#include <stdarg.h>
+
 #endif /* COMMON_DEFS_H */
This page took 0.024817 seconds and 4 git commands to generate.