summaryrefslogtreecommitdiff
path: root/lib/util/parmlist.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-06-20 20:43:42 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-06-21 09:36:22 +1000
commitd18491a7bdad69b8035eb7cda4d203cb792742f6 (patch)
tree40bebfd86ab9c7868577f31e0da192d72aa81ff9 /lib/util/parmlist.c
parentf83fca1c576e094e2a852cc466bd9110c05fe731 (diff)
downloadsamba-d18491a7bdad69b8035eb7cda4d203cb792742f6.tar.gz
samba-d18491a7bdad69b8035eb7cda4d203cb792742f6.tar.bz2
samba-d18491a7bdad69b8035eb7cda4d203cb792742f6.zip
lib/util: allow parmlist.c to compile under s3 includes.h
Diffstat (limited to 'lib/util/parmlist.c')
-rw-r--r--lib/util/parmlist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util/parmlist.c b/lib/util/parmlist.c
index 6658fa7e33..0f2f3af8ee 100644
--- a/lib/util/parmlist.c
+++ b/lib/util/parmlist.c
@@ -20,6 +20,8 @@
#include "../lib/util/dlinklist.h"
#include "../lib/util/parmlist.h"
+#undef strcasecmp
+
struct parmlist_entry *parmlist_get(struct parmlist *ctx, const char *name)
{
struct parmlist_entry *e;