]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include <config.h>. Otherwise builds with strict
authorJim Meyering <jim@meyering.net>
Fri, 23 Sep 2005 12:42:45 +0000 (12:42 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 23 Sep 2005 12:42:45 +0000 (12:42 +0000)
C89 (e.g., Sun's /opt/SUNWspro/bin/c89) would fail due to the use
of `inline'.

lib/strnumcmp-in.h

index 1950473139ca197703d8b2a35df1ea888e1afbc6..19f3dceaf3c449b98ccbe19064bae8bf91c96b2f 100644 (file)
 
 /* Written by Mike Haertel.  */
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include "strnumcmp.h"
 
 #include <stddef.h>