diff options
Diffstat (limited to 'src/file.c')
-rw-r--r-- | src/file.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -6,12 +6,10 @@ * See the file LICENSE. */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif /* HAVE_CONFIG_H */ - #include <errno.h> #include <stdarg.h> +#include <stdbool.h> +#include <stdint.h> #include <stdio.h> #include <string.h> #include "file.h" |