projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0741796
)
[HAVE_CONFIG_H]: Include config.h.
author
Jim Meyering
<jim@meyering.net>
Sun, 14 Sep 1997 03:32:09 +0000
(
03:32
+0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 14 Sep 1997 03:32:09 +0000
(
03:32
+0000)
lib/strverscmp.h
patch
|
blob
|
history
diff --git
a/lib/strverscmp.h
b/lib/strverscmp.h
index 79737fe1779ba3ec77e7c07e3127b1acd4f54c6c..227668837d72cf8ec064e84ff16afbe7e5d0ab01 100644
(file)
--- a/
lib/strverscmp.h
+++ b/
lib/strverscmp.h
@@
-3,6
+3,10
@@
#ifndef STRVERSCMP_H_
# define STRVERSCMP_H_
+# if HAVE_CONFIG_H
+# include <config.h>
+# endif
+
int strverscmp (const char*, const char*);
#endif /* not STRVERSCMP_H_ */