diff options
author | Jim Meyering <jim@meyering.net> | 1996-09-28 18:09:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-09-28 18:09:13 +0000 |
commit | 59b92967420fa355b30829141d487bcd7809853a (patch) | |
tree | f3ce417f389465e2ebc5add629e6ff578c374f91 /lib | |
parent | bf3b759a61e1a063be942bf6bb1f79428ee7cdbb (diff) | |
download | coreutils-59b92967420fa355b30829141d487bcd7809853a.tar.xz |
.
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; |