diff options
Diffstat (limited to 'include/dix.h')
-rw-r--r-- | include/dix.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/dix.h b/include/dix.h index 01777213d..84fc84926 100644 --- a/include/dix.h +++ b/include/dix.h @@ -820,4 +820,10 @@ typedef struct { SelectionCallbackKind kind; } SelectionInfoRec; +/* strcasecmp.c */ +#if NEED_STRCASECMP +#define strcasecmp xstrcasecmp +extern int xstrcasecmp(char *s1, char *s2); +#endif + #endif /* DIX_H */ |