diff options
Diffstat (limited to 'ilbm/ilbmfillarc.c')
-rw-r--r-- | ilbm/ilbmfillarc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ilbm/ilbmfillarc.c b/ilbm/ilbmfillarc.c index 28f2df91d..f61a01643 100644 --- a/ilbm/ilbmfillarc.c +++ b/ilbm/ilbmfillarc.c @@ -31,8 +31,8 @@ in this Software without prior written authorization from the X Consortium. /* Modified jun 95 by Geert Uytterhoeven (Geert.Uytterhoeven@cs.kuleuven.ac.be) to use interleaved bitplanes instead of normal bitplanes */ -#include "X.h" -#include "Xprotostr.h" +#include <X11/X.h> +#include <X11/Xprotostr.h> #include "miscstruct.h" #include "gcstruct.h" #include "pixmapstr.h" |