]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/syscall.c
sim: switch config.h usage to defs.h
[thirdparty/binutils-gdb.git] / sim / common / syscall.c
index 0a1d3f4114da63da2b168fd8c336e1f30e5048f1..4e76d2008a30d3287a6594b51fdfdadbde0c7015 100644 (file)
@@ -23,9 +23,9 @@
    tree, nor should it live in the gdb source tree.  K&R C must be
    supported.  */
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
+/* This must come before any other includes.  */
+#include "defs.h"
+
 #include "ansidecl.h"
 #include "libiberty.h"
 #include <stdarg.h>