From d6c5b98afe46d14549c97edc4fa07e8ba292ea73 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 10 Apr 1995 08:05:13 +0000 Subject: [PATCH] If HAVE_CONFIG_H, include config.h. --- lwlib/lwlib-utils.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lwlib/lwlib-utils.c b/lwlib/lwlib-utils.c index 9e535c1996d..1164482e182 100644 --- a/lwlib/lwlib-utils.c +++ b/lwlib/lwlib-utils.c @@ -17,6 +17,10 @@ You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include -- 2.39.5