summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/buildroot/toolchain/nxflat/ldnxflat.c3
-rw-r--r--misc/buildroot/toolchain/nxflat/mknxflat.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/misc/buildroot/toolchain/nxflat/ldnxflat.c b/misc/buildroot/toolchain/nxflat/ldnxflat.c
index 12bf3c047..c1c2ff49b 100644
--- a/misc/buildroot/toolchain/nxflat/ldnxflat.c
+++ b/misc/buildroot/toolchain/nxflat/ldnxflat.c
@@ -65,6 +65,8 @@
* Included Files
***********************************************************************/
+#include "config.h"
+
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
@@ -77,7 +79,6 @@
#include <sys/types.h>
#include <netinet/in.h>
-#include "config.h"
#include "bfd.h"
#include "arch/arch.h"
#include "nxflat.h"
diff --git a/misc/buildroot/toolchain/nxflat/mknxflat.c b/misc/buildroot/toolchain/nxflat/mknxflat.c
index 1cb9ef3fe..5387d385b 100644
--- a/misc/buildroot/toolchain/nxflat/mknxflat.c
+++ b/misc/buildroot/toolchain/nxflat/mknxflat.c
@@ -43,6 +43,8 @@
* Included Files
***********************************************************************/
+#include "config.h"
+
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
@@ -52,7 +54,6 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include "config.h"
#include "bfd.h"
#include "nxflat.h"