summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@hotmail.com>2008-09-07 23:25:57 +0200
committerSebastian Rasmussen <sebras@hotmail.com>2008-09-07 23:25:57 +0200
commitf459c30ef4a2f1cf3422d405089fdae1f1117fcd (patch)
tree181f9d61673533ab41622750aadff9c70f92673b /apps
parent653c65fbdff28d35fed6670092bdab690b30ea87 (diff)
downloadmupdf-f459c30ef4a2f1cf3422d405089fdae1f1117fcd.tar.xz
Make header file names lower case only.
Diffstat (limited to 'apps')
-rw-r--r--apps/pdftool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pdftool.c b/apps/pdftool.c
index 8291c498..b661997b 100644
--- a/apps/pdftool.c
+++ b/apps/pdftool.c
@@ -13,7 +13,7 @@
#include "mupdf.h"
#ifdef _MSC_VER
-#include <Winsock2.h>
+#include <winsock2.h>
#else
#include <sys/time.h>
#endif