aboutsummaryrefslogtreecommitdiffstats
path: root/src/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/file.c')
-rw-r--r--src/file.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/file.c b/src/file.c
index 547f2f7..dc43056 100644
--- a/src/file.c
+++ b/src/file.c
@@ -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"