diff options
Diffstat (limited to 'afb/afbfillrct.c')
-rw-r--r-- | afb/afbfillrct.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/afb/afbfillrct.c b/afb/afbfillrct.c index b5e6802d2..83863a0a7 100644 --- a/afb/afbfillrct.c +++ b/afb/afbfillrct.c @@ -49,8 +49,8 @@ SOFTWARE. ******************************************************************/ /* $XConsortium: afbfillrct.c,v 5.10 94/04/17 20:28:21 dpw Exp $ */ -#include "X.h" -#include "Xprotostr.h" +#include <X11/X.h> +#include <X11/Xprotostr.h> #include "pixmapstr.h" #include "gcstruct.h" #include "windowstr.h" |