Add _XOPEN_SOURCE for strptime

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2627 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.24
Stefan Bühler 2009-10-11 16:29:38 +00:00
parent 3d22a09b51
commit 844d2e9ef5
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
#ifndef _XOPEN_SOURCE
# define _XOPEN_SOURCE
#endif
#include "base.h"
#include "array.h"
#include "buffer.h"