From: Jim Meyering Date: Sun, 14 Sep 1997 03:32:09 +0000 (+0000) Subject: [HAVE_CONFIG_H]: Include config.h. X-Git-Tag: TEXTUTILS-1_22a~74 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=230bf922ddda0a6f3277775277e9191593768ca3;p=thirdparty%2Fcoreutils.git [HAVE_CONFIG_H]: Include config.h. --- diff --git a/lib/strverscmp.h b/lib/strverscmp.h index 79737fe177..227668837d 100644 --- a/lib/strverscmp.h +++ b/lib/strverscmp.h @@ -3,6 +3,10 @@ #ifndef STRVERSCMP_H_ # define STRVERSCMP_H_ +# if HAVE_CONFIG_H +# include +# endif + int strverscmp (const char*, const char*); #endif /* not STRVERSCMP_H_ */