Add xkbfile to symlink.sh, conditionally include "config.h" in

xc/lib/xkbfile
This commit is contained in:
Søren Sandmann Pedersen 2005-06-13 21:51:46 +00:00
commit 7fa782dfd5
7 changed files with 21 additions and 0 deletions

View file

@ -26,6 +26,9 @@
********************************************************/
/* $XFree86: xc/lib/xkbfile/xkbtext.c,v 3.11 2002/12/21 18:49:02 paulo Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>