From 230bf922ddda0a6f3277775277e9191593768ca3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 14 Sep 1997 03:32:09 +0000 Subject: [PATCH] [HAVE_CONFIG_H]: Include config.h. --- lib/strverscmp.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/strverscmp.h b/lib/strverscmp.h index 79737fe..2276688 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_ */ -- 2.7.4