From 605a76dcc93e277e1b26841a0225b7e0fb851b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Wed, 18 May 2005 15:38:31 +0000 Subject: - conditionally include config.h in xc/lib/Xt sources - add build system for lib/Xt --- src/TMkey.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/TMkey.c') diff --git a/src/TMkey.c b/src/TMkey.c index 7218c56..4194445 100644 --- a/src/TMkey.c +++ b/src/TMkey.c @@ -67,6 +67,9 @@ in this Software without prior written authorization from The Open Group. #define XK_LATIN3 #define XK_LATIN4 +#ifdef HAVE_CONFIG_H +#include +#endif #include "IntrinsicI.h" #include #ifdef XKB -- cgit v1.2.3