Fix <pixman.h> include to <pixman/pixman.h>

This commit is contained in:
Alan Hourihane
2007-08-22 16:54:29 +01:00
parent b6a7c0112c
commit feb1b3e455
4 changed files with 4 additions and 4 deletions

View File

@@ -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;