From: Johannes Berg Date: Wed, 22 Sep 2010 09:33:51 +0000 (+0200) Subject: ibss: define _POSIX_SOURCE and include string.h X-Git-Tag: v0.9.21~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b893686f1f567d65554eeedf622cff920643e4af;p=thirdparty%2Fiw.git ibss: define _POSIX_SOURCE and include string.h for strtok_r --- diff --git a/ibss.c b/ibss.c index 6491430..e85ef1d 100644 --- a/ibss.c +++ b/ibss.c @@ -1,4 +1,8 @@ +#ifndef _POSIX_SOURCE +#define _POSIX_SOURCE +#endif #include +#include #include #include