From 1cd5c50c54b06de2238d6d7675d0a3c65a21414d Mon Sep 17 00:00:00 2001 From: Laura Date: Fri, 15 Mar 2013 11:21:26 +0000 Subject: Add #include to xkbscan.c This fixes an issue with _exit not declared when building xkbcomp version 1.2.4 natively on Windows using MinGW32 (version 4.7.2) from www.mingw.org. https://bugs.freedesktop.org/show_bug.cgi?id=62365 Reviewed-by: Alan Coopersmith Signed-off-by: Alan Coopersmith --- xkbscan.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xkbscan.c') diff --git a/xkbscan.c b/xkbscan.c index a05d569..7b91b45 100644 --- a/xkbscan.c +++ b/xkbscan.c @@ -24,6 +24,7 @@ ********************************************************/ +#include #include #include #include -- cgit v1.2.3