From 0e4bc4b3de2328419236034fc57c5deead8c36de 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 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_ */ -- 2.30.2