diff options
Diffstat (limited to 'src/xlibi18n/lcInit.c')
-rw-r--r-- | src/xlibi18n/lcInit.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xlibi18n/lcInit.c b/src/xlibi18n/lcInit.c index d034f4e..6375de8 100644 --- a/src/xlibi18n/lcInit.c +++ b/src/xlibi18n/lcInit.c @@ -76,6 +76,9 @@ Sun Microsystems, Inc. or its licensors is granted. */ /* $XFree86: xc/lib/X11/lcInit.c,v 3.9 2001/11/16 00:52:27 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xlibint.h" #include "Xlcint.h" |