diff options
Diffstat (limited to 'mfb/mfbfillrct.c')
-rw-r--r-- | mfb/mfbfillrct.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mfb/mfbfillrct.c b/mfb/mfbfillrct.c index aa90f411b..13f57e000 100644 --- a/mfb/mfbfillrct.c +++ b/mfb/mfbfillrct.c @@ -47,8 +47,8 @@ SOFTWARE. ******************************************************************/ /* $Xorg: mfbfillrct.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 "pixmapstr.h" #include "gcstruct.h" #include "windowstr.h" |