diff options
author | Roland McGrath <roland@gnu.org> | 2006-02-01 20:00:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-02-01 20:00:03 +0000 |
commit | 8d24de8b21f6d5b06f98964891b2a9835a036303 (patch) | |
tree | 56a01beb37168363d9fbed77104e45e7636000fb /libio/genops.c | |
parent | 1ffb413122b42d5ffbc23266c509180be4500e45 (diff) | |
download | glibc-8d24de8b21f6d5b06f98964891b2a9835a036303.tar.gz |
* libio/genops.c: Include <stdbool.h>.
Diffstat (limited to 'libio/genops.c')
-rw-r--r-- | libio/genops.c | 1 |
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; |