瀏覽代碼

tools: env: include compiler.h

With gcc 5.2 and later we get a bunch of "error: unknown type name" for
'uint8_t', 'uint32_t' and friends.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Peter Robinson 9 年之前
父節點
當前提交
69bf2d2faf
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tools/env/fw_env.c

+ 1 - 0
tools/env/fw_env.c

@@ -10,6 +10,7 @@
 
 #define _GNU_SOURCE
 
+#include <compiler.h>
 #include <errno.h>
 #include <env_flags.h>
 #include <fcntl.h>