summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvtorri <vtorri@web>2011-04-18 00:19:37 -0700
committerXCB site <xcb@freedesktop.org>2011-04-18 00:19:37 -0700
commit46181d2aeaecbd5d26d23f33b49d2ef9b04b173a (patch)
tree7b6420ffbd7c3a6ee101eb5747ea9b44e5f81b44
parent367dda2fe245a67129ebfa7d318c640f064ae708 (diff)
-rw-r--r--win32port.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32port.mdwn b/win32port.mdwn
index 431b017..806606c 100644
--- a/win32port.mdwn
+++ b/win32port.mdwn
@@ -156,7 +156,7 @@ The following is a test code from the XCB tutorial. Copy all of the XCB headers
#include <stdio.h>
#include <string.h>
- #include "xcb.h"
+ #include "xcb/xcb.h"
#define WIDTH 300
#define HEIGHT 150