diff options
Diffstat (limited to 'src/AllCells.c')
-rw-r--r-- | src/AllCells.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/AllCells.c b/src/AllCells.c index 495d9a3..ed7bc84 100644 --- a/src/AllCells.c +++ b/src/AllCells.c @@ -27,6 +27,9 @@ in this Software without prior written authorization from The Open Group. #define NEED_REPLIES +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xlibint.h" Status XAllocColorCells(dpy, cmap, contig, masks, nplanes, pixels, ncolors) |