Commit 96613013 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Make glibc define the prototype for strcasestr

parent a19de6e9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -21,6 +21,11 @@
 * $Id$
 ***************************************************************************/

#ifndef _GNU_SOURCE
/* glibc needs this to define the prototype for strcasestr */
#define _GNU_SOURCE 1
#endif

#include "setup.h"

#include <string.h>