Explorar o código

tools/env: Fix build failure from missing header include

This was introduced in:
8679d0ffdcc0beafea8e6942c0c67cf859afa18e -
	COMMON: Use __stringify() instead of MK_STR()

The header is now needed since common.h is not included in this tool.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Joe Hershberger %!s(int64=12) %!d(string=hai) anos
pai
achega
06134211ee
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tools/env/fw_env.c

+ 1 - 0
tools/env/fw_env.c

@@ -26,6 +26,7 @@
 
 #include <errno.h>
 #include <fcntl.h>
+#include <linux/stringify.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <stddef.h>