diff options
Diffstat (limited to 'hw/darwin/quartz/xpr/xprFrame.c')
-rw-r--r-- | hw/darwin/quartz/xpr/xprFrame.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/darwin/quartz/xpr/xprFrame.c b/hw/darwin/quartz/xpr/xprFrame.c index 98df1d3f3..235028ff0 100644 --- a/hw/darwin/quartz/xpr/xprFrame.c +++ b/hw/darwin/quartz/xpr/xprFrame.c @@ -27,7 +27,7 @@ * holders shall not be used in advertising or otherwise to promote the sale, * use or other dealings in this Software without prior written authorization. */ -/* $XdotOrg: xc/programs/Xserver/hw/darwin/quartz/xpr/xprFrame.c,v 1.2 2004/04/23 19:16:52 eich Exp $ */ +/* $XdotOrg: xc/programs/Xserver/hw/darwin/quartz/xpr/xprFrame.c,v 1.3 2004/10/08 00:35:05 torrey Exp $ */ /* $XFree86: xc/programs/Xserver/hw/darwin/quartz/xpr/xprFrame.c,v 1.4 2003/11/12 20:21:52 torrey Exp $ */ #include "xpr.h" @@ -39,7 +39,7 @@ #include "propertyst.h" #include "dix.h" -#include "Xatom.h" +#include <X11/Xatom.h> #include "windowstr.h" #include <pthread.h> |