]> sjero.net Git - wget/blobdiff - src/sysdep.h
[svn] Use double quotes to include mswindows.h
[wget] / src / sysdep.h
index 5597fe4e7a1ab0460c5162b772cdb7d4e8521883..26662c8d6d049b9e2a6fc6698b16e427fa368820 100644 (file)
@@ -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 <mswindows.h>
+# include "mswindows.h"
 #endif
 
 /* Provide support for C99-type boolean type "bool".  This blurb comes