Skip to content
Snippets Groups Projects
Commit 96613013 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Make glibc define the prototype for strcasestr

parent a19de6e9
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment