summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/nxflat/mknxflat.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/buildroot/toolchain/nxflat/mknxflat.c')
-rw-r--r--misc/buildroot/toolchain/nxflat/mknxflat.c3
1 files changed, 2 insertions, 1 deletions
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"