diff options
Diffstat (limited to 'grab.c')
-rw-r--r-- | grab.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,7 +5,9 @@ #include <limits.h> #include <locale.h> #include <regex.h> -#include <stdbool.h> +#if !GRAB_IS_C23 +# include <stdbool.h> +#endif #include <stdio.h> #include <stdlib.h> #include <string.h> |