From c641f29df1be9c8bd2e24eaf0de05dd9bd3628b4 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 4 Nov 2002 19:26:14 +0000 Subject: [PATCH] Include silcdefs.h in Win32. --- includes/silcincludes.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/silcincludes.h.in b/includes/silcincludes.h.in index 34baf790..60a38238 100644 --- a/includes/silcincludes.h.in +++ b/includes/silcincludes.h.in @@ -72,7 +72,7 @@ extern "C" { #define SILC_SIZEOF_CHAR @SILC_SIZEOF_CHAR@ #define SILC_SIZEOF_VOID_P @SILC_SIZEOF_VOID_P@ -#if defined(HAVE_SILCDEFS_H) +#if defined(HAVE_SILCDEFS_H) || defined(SILC_WIN32) /* Automatically generated configuration header */ #include "silcdefs.h" #endif /* HAVE_SILCDEFS_H */ -- 2.24.0