summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/env/fw_env.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c
index 74451ecb945..425faf380fb 100644
--- a/tools/env/fw_env.c
+++ b/tools/env/fw_env.c
@@ -9,6 +9,8 @@
#define _GNU_SOURCE
+#include "fw_env_private.h"
+
#include <compiler.h>
#include <env.h>
#include <errno.h>
@@ -39,7 +41,6 @@
#include <mtd/ubi-user.h>
-#include "fw_env_private.h"
#include "fw_env.h"
struct env_opts default_opts = {