From: Jim Meyering Date: Sun, 14 Sep 1997 03:32:09 +0000 (+0000) Subject: [HAVE_CONFIG_H]: Include config.h. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e4bc4b3de2328419236034fc57c5deead8c36de;p=pspp [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_ */