diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/argmatch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/argmatch.c b/lib/argmatch.c index 5f47711c6..c0708bfbb 100644 --- a/lib/argmatch.c +++ b/lib/argmatch.c @@ -18,14 +18,14 @@ /* Written by David MacKenzie <djm@ai.mit.edu> */ #ifdef HAVE_CONFIG_H -#include <config.h> +# include <config.h> #endif #include <sys/types.h> #include <stdio.h> #ifdef STDC_HEADERS -#include <string.h> +# include <string.h> #endif extern char *program_name; |