projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a14fc71
)
Include <config.h> here, not from strnumcmp-in.h.
author
Jim Meyering
<jim@meyering.net>
Sat, 24 Sep 2005 13:26:41 +0000
(13:26 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 24 Sep 2005 13:26:41 +0000
(13:26 +0000)
lib/strintcmp.c
patch
|
blob
|
history
diff --git
a/lib/strintcmp.c
b/lib/strintcmp.c
index
9f085d5
..
2052bab
100644
(file)
--- a/
lib/strintcmp.c
+++ b/
lib/strintcmp.c
@@
-18,6
+18,10
@@
/* Written by Paul Eggert. */
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include "strnumcmp-in.h"
/* Compare strings A and B as integers without explicitly converting