mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
Add xkbfile to symlink.sh, conditionally include "config.h" in
xc/lib/xkbfile
This commit is contained in:
parent
0802a2824c
commit
7fa782dfd5
7 changed files with 21 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue