diff options
Diffstat (limited to 'mfb/mfbfillarc.c')
-rw-r--r-- | mfb/mfbfillarc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mfb/mfbfillarc.c b/mfb/mfbfillarc.c index 9e65d8340..4e1e0623d 100644 --- a/mfb/mfbfillarc.c +++ b/mfb/mfbfillarc.c @@ -27,8 +27,8 @@ in this Software without prior written authorization from The Open Group. /* $Xorg: mfbfillarc.c,v 1.4 2001/02/09 02:05:18 xorgcvs Exp $ */ -#include "X.h" -#include "Xprotostr.h" +#include <X11/X.h> +#include <X11/Xprotostr.h> #include "regionstr.h" #include "gcstruct.h" #include "pixmapstr.h" |