From 5e9098edc5eb747288104b98f05c55b7926d0bcc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr>
Date: Wed, 18 Aug 2010 16:30:06 +0200
Subject: [PATCH] Dynare++: fix case of Windows header name (for
 cross-compiling from Linux)

---
 dynare++/kord/journal.cweb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dynare++/kord/journal.cweb b/dynare++/kord/journal.cweb
index 051621fa71..de7941c242 100644
--- a/dynare++/kord/journal.cweb
+++ b/dynare++/kord/journal.cweb
@@ -300,7 +300,7 @@ Number of online processors is not implemented and returns -1, since
 Windows kernel32 |GetSystemInfo| call is too complicated.
 
 @<|sysconf| Win32 implementation@>=
-#include <Windows.h>
+#include <windows.h>
 
 #define _SC_PAGESIZE 1
 #define _SC_PHYS_PAGES 2
-- 
GitLab