Move pathmax.h to common-defs.h
[deliverable/binutils-gdb.git] / gdb / common / common-defs.h
index 0fc7af52965de9a8848c1c71b253847d5a8f10c0..b31b3b84261ccca86fd35540d210407fe6b943ed 100644 (file)
 #endif
 
 #include <stdio.h>
+#include <stdlib.h>
+#include <stdarg.h>
+#include <stddef.h>
+#include "ansidecl.h"
+#include "libiberty.h"
+#include "pathmax.h"
 
 #endif /* COMMON_DEFS_H */
This page took 0.024644 seconds and 4 git commands to generate.