Diffstat (limited to 'configfile.c')
| -rw-r--r-- | configfile.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configfile.c b/configfile.c index 5b0d880..833f158 100644 --- a/configfile.c +++ b/configfile.c @@ -6,7 +6,8 @@ * (see COPYING for full license text) */ -#include <git-compat-util.h> +#include <ctype.h> +#include <stdio.h> #include "configfile.h" static int next_char(FILE *f) |