about summary refs log tree commit diff
path: root/libio
diff options
context:
space:
mode:
Diffstat (limited to 'libio')
-rw-r--r--libio/genops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/genops.c b/libio/genops.c
index da29ade4e6..030343e7aa 100644
--- a/libio/genops.c
+++ b/libio/genops.c
@@ -33,6 +33,7 @@
 #include <stdlib.h>
 #endif
 #include <string.h>
+#include <stdbool.h>
 
 #ifdef _IO_MTSAFE_IO
 static _IO_lock_t list_all_lock = _IO_lock_initializer;