* support/cpp/output.h, support/cpp/opts-common.c,
[fw/sdcc] / support / cpp / libiberty / xstrdup.c
index 9ac2ea038f344e3b74b548b29cb49a4013262cc7..fa12c96a3cd61e8f7ca919d3dd3ef74989871e3b 100644 (file)
@@ -13,10 +13,10 @@ obtain memory.
 
 */
 
-#include <sys/types.h>
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
+#include <sys/types.h>
 #ifdef HAVE_STRING_H
 #include <string.h>
 #else