diff options
Diffstat (limited to 'tools/lib/api/fs/findfs.h')
-rw-r--r-- | tools/lib/api/fs/findfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/lib/api/fs/findfs.h b/tools/lib/api/fs/findfs.h index 9e7d876791e1..b6f5d05acc42 100644 --- a/tools/lib/api/fs/findfs.h +++ b/tools/lib/api/fs/findfs.h | |||
@@ -1,6 +1,8 @@ | |||
1 | #ifndef __API_FINDFS_H__ | 1 | #ifndef __API_FINDFS_H__ |
2 | #define __API_FINDFS_H__ | 2 | #define __API_FINDFS_H__ |
3 | 3 | ||
4 | #include <stdbool.h> | ||
5 | |||
4 | #define _STR(x) #x | 6 | #define _STR(x) #x |
5 | #define STR(x) _STR(x) | 7 | #define STR(x) _STR(x) |
6 | 8 | ||