diff options
Diffstat (limited to 'src/XKBfileInt.h')
-rw-r--r-- | src/XKBfileInt.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/XKBfileInt.h b/src/XKBfileInt.h index 7eb81a0..5573638 100644 --- a/src/XKBfileInt.h +++ b/src/XKBfileInt.h @@ -30,6 +30,7 @@ /* $XFree86$ */ #include "XKBfile.h" +#include <string.h> #ifdef DEBUG #define _XkbLibError(c,l,d) \ @@ -64,10 +65,6 @@ _XFUNCPROTOBEGIN -extern char * _XkbDupString( - char * /* old_str */ -); - #define _XkbStrCaseEqual(s1,s2) (_XkbStrCaseCmp(s1,s2)==0) #ifdef NEED_STRCASECMP |