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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/buildroot/toolchain/nxflat/mknxflat.c b/misc/buildroot/toolchain/nxflat/mknxflat.c
index 3e73d6287..1cb9ef3fe 100644
--- a/misc/buildroot/toolchain/nxflat/mknxflat.c
+++ b/misc/buildroot/toolchain/nxflat/mknxflat.c
@@ -51,7 +51,9 @@
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
-#include <bfd.h>
+
+#include "config.h"
+#include "bfd.h"
#include "nxflat.h"
#include "arch/arch.h"