summaryrefslogtreecommitdiff
path: root/src/xcb_auth.c
diff options
context:
space:
mode:
authorJeetu Golani <jeetu.golani@gmail.com>2010-03-29 22:31:49 +0530
committerJeetu Golani <jeetu.golani@gmail.com>2010-03-29 22:31:49 +0530
commit36c9a985aaee655c118c9f7b8425d3ac9ce0f840 (patch)
treedfef59290b122ed4906a4f6f0e881760d1da55ff /src/xcb_auth.c
parentbce72f63d2dfb61661f81e305ad3a7db0334403c (diff)
windefs.h is now called xcb_windefs.h - changed all includes to reflect that.Replaced one instance ofWIN32 with _WIN32 in each xcb_in.c and xcb_conn.c
Diffstat (limited to 'src/xcb_auth.c')
-rw-r--r--src/xcb_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xcb_auth.c b/src/xcb_auth.c
index a52f922..8fcfafd 100644
--- a/src/xcb_auth.c
+++ b/src/xcb_auth.c
@@ -32,7 +32,7 @@
#include <stdlib.h>
#ifdef _WIN32
-#include "windefs.h"
+#include "xcb_windefs.h"
#else
#include <sys/socket.h>
#include <netinet/in.h>