]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/dv-sockser.c
sim: switch config.h usage to defs.h
[thirdparty/binutils-gdb.git] / sim / common / dv-sockser.c
index 73c473b15c01a52b550fd101cbbe0f3fdfcd9304..ef652f62f4681ac55905a0b102dee07c1c8a1454 100644 (file)
@@ -18,7 +18,9 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 /* FIXME: will obviously need to evolve.
    - connectionless sockets might be more appropriate.  */
 
-#include "config.h"
+/* This must come before any other includes.  */
+#include "defs.h"
+
 #include "sim-main.h"
 
 #include <string.h>