diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-26 06:55:57 +0000 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-26 06:55:57 +0000 |
| commit | 8f8f1d01884eadb85326f2bacbb80944aa01f871 (patch) | |
| tree | 385297b3971c6d9e1c79ff0a4a51975b063a7f43 /lib/randint.c | |
| parent | "ls --color" would highlight other-writable and sticky directories (diff) | |
| download | coreutils-8f8f1d01884eadb85326f2bacbb80944aa01f871.tar.gz coreutils-8f8f1d01884eadb85326f2bacbb80944aa01f871.zip | |
Include <config.h> unconditionally, since we now assume config.h exists.
Diffstat (limited to 'lib/randint.c')
| -rw-r--r-- | lib/randint.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/randint.c b/lib/randint.c index e461bf716..5ee738a50 100644 --- a/lib/randint.c +++ b/lib/randint.c @@ -18,9 +18,7 @@ /* Written by Paul Eggert. */ -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif +#include <config.h> #include "randint.h" |
