about summary refs log tree commit diff stats
path: root/configfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'configfile.c')
-rw-r--r--configfile.c3
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
13static int next_char(FILE *f) 12static int next_char(FILE *f)