From 6267a799396242ccb0119c23f4badc1d3af2c580 Mon Sep 17 00:00:00 2001 From: hniksic Date: Mon, 27 Jun 2005 12:08:16 -0700 Subject: [PATCH] [svn] Use double quotes to include mswindows.h --- src/sysdep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sysdep.h b/src/sysdep.h index 5597fe4e..26662c8d 100644 --- a/src/sysdep.h +++ b/src/sysdep.h @@ -49,7 +49,7 @@ so, delete this exception statement from your version. */ well as to pick up Windows-specific includes and constants. To be able to test for such features, the file must be included as early as possible. */ -# include +# include "mswindows.h" #endif /* Provide support for C99-type boolean type "bool". This blurb comes -- 2.39.2