summaryrefslogtreecommitdiffstats
path: root/tools/lib/api/fs/findfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lib/api/fs/findfs.h')
-rw-r--r--tools/lib/api/fs/findfs.h2
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 @@
#ifndef __API_FINDFS_H__
#define __API_FINDFS_H__
+#include <stdbool.h>
+
#define _STR(x) #x
#define STR(x) _STR(x)