From d18491a7bdad69b8035eb7cda4d203cb792742f6 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 20 Jun 2011 20:43:42 +1000 Subject: lib/util: allow parmlist.c to compile under s3 includes.h --- lib/util/parmlist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') 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; -- cgit