diff options
Diffstat (limited to 'argp')
-rw-r--r-- | argp/argp-help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/argp/argp-help.c b/argp/argp-help.c index 0af680530b..80c2b7d85c 100644 --- a/argp/argp-help.c +++ b/argp/argp-help.c @@ -40,6 +40,7 @@ char *alloca (); # endif #endif +#include <stdbool.h> #include <stddef.h> #include <stdlib.h> #include <string.h> |