diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-09-05 14:22:33 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-09-05 14:22:33 -0700 |
commit | 37b62a26716d3abf2ae07dd88cf54bc04d980bd8 (patch) | |
tree | 025ee1835a7b82f35ff1b1ae10e42a7ca1622875 /utils.h | |
parent | 36fecff588199a3a6c007f09ff709f3148d40f77 (diff) |
Check for strdup & strcasecmp before assuming we need to provide our own
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ #include <X11/Xfuncs.h> #include <stddef.h> +#include "config.h" #ifndef NUL #define NUL '\0' |