1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 15:49:42 +02:00

Include <config.h>. Otherwise builds with strict

C89 (e.g., Sun's /opt/SUNWspro/bin/c89) would fail due to the use
of `inline'.
This commit is contained in:
Jim Meyering
2005-09-23 12:42:45 +00:00
parent 769a736867
commit 81d380e377
+4
View File
@@ -19,6 +19,10 @@
/* Written by Mike Haertel. */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "strnumcmp.h"
#include <stddef.h>