diff options
Diffstat (limited to 'src/xcms/cmsLkCol.c')
-rw-r--r-- | src/xcms/cmsLkCol.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xcms/cmsLkCol.c b/src/xcms/cmsLkCol.c index 8b3f534..f19f21d 100644 --- a/src/xcms/cmsLkCol.c +++ b/src/xcms/cmsLkCol.c @@ -35,6 +35,9 @@ /* $XFree86: xc/lib/X11/cmsLkCol.c,v 1.5 2003/04/13 19:22:20 dawes Exp $ */ #define NEED_REPLIES +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <stdio.h> #include "Xlibint.h" #include "Xcmsint.h" |