summaryrefslogtreecommitdiff
path: root/include/miscstruct.h
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2007-08-22 16:54:29 +0100
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2007-08-22 16:54:29 +0100
commitfeb1b3e45513bd6eaa2e6a5ee536183f20d9cb68 (patch)
tree60cef5e08e21dae46d80cb4ac9d22aa3a9fc45a9 /include/miscstruct.h
parentb6a7c0112c42a3287e53647c38b2c0c5bf8fefa0 (diff)
Fix <pixman.h> include to <pixman/pixman.h>
Diffstat (limited to 'include/miscstruct.h')
-rw-r--r--include/miscstruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/miscstruct.h b/include/miscstruct.h
index d240f1b28..4f5b1d516 100644
--- a/include/miscstruct.h
+++ b/include/miscstruct.h
@@ -51,7 +51,7 @@ SOFTWARE.
#include "misc.h"
#include <X11/Xprotostr.h>
#include "gc.h"
-#include <pixman.h>
+#include <pixman/pixman.h>
typedef xPoint DDXPointRec;