aboutsummaryrefslogtreecommitdiff
path: root/passgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'passgen.c')
-rw-r--r--passgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/passgen.c b/passgen.c
index 09193ae..ff587fc 100644
--- a/passgen.c
+++ b/passgen.c
@@ -27,7 +27,7 @@
#endif
#elif defined (USE_WINCRYPT)
# define WIN32_LEAN_AND_MEAN
-# include <Windows.h>
+# include <windows.h>
# include <wincrypt.h>
#else
# include <time.h>