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/Keyboard.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Keyboard.c') diff --git a/src/Keyboard.c b/src/Keyboard.c index 0d81e89..82bcc24 100644 --- a/src/Keyboard.c +++ b/src/Keyboard.c @@ -61,6 +61,9 @@ in this Software without prior written authorization from The Open Group. */ /* $XFree86: xc/lib/Xt/Keyboard.c,v 3.3 2001/08/22 22:52:19 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "IntrinsicI.h" #include "PassivGraI.h" -- cgit v1.2.3