From a76904c314b032e1f6bdadd9613311883d69c2e1 Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 3 Jul 1998 11:54:50 +0000 Subject: [PATCH] Added #ifdef HAVE_CONFIG_H #include #endif to get WIN32 definition. --- PUI/puLocal.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PUI/puLocal.h b/PUI/puLocal.h index 2bf16eb2..a366d287 100644 --- a/PUI/puLocal.h +++ b/PUI/puLocal.h @@ -1,3 +1,6 @@ +#ifdef HAVE_CONFIG_H +# include +#endif #include #include -- 2.39.5