diff options
Diffstat (limited to 'include/error.h')
-rw-r--r-- | include/error.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/error.h b/include/error.h index f38ee44..37d8328 100644 --- a/include/error.h +++ b/include/error.h @@ -26,7 +26,7 @@ #endif -#include <slibc/features.h> +#include <stdarg.h> @@ -140,7 +140,7 @@ extern volatile int error_one_per_line; * * This is a GNU extension. */ -extern volatile void (*error_print_progname)(void); +extern void (*volatile error_print_progname)(void); |