summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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