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 @@   *   (see COPYING for full license text)   */ -#include <ctype.h> -#include <stdio.h> +#include <git-compat-util.h>  #include "configfile.h"  static int next_char(FILE *f) | 
