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