Add _XOPEN_SOURCE for strptime
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2627 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.24
parent
3d22a09b51
commit
844d2e9ef5
|
@ -1,3 +1,7 @@
|
|||
#ifndef _XOPEN_SOURCE
|
||||
# define _XOPEN_SOURCE
|
||||
#endif
|
||||
|
||||
#include "base.h"
|
||||
#include "array.h"
|
||||
#include "buffer.h"
|
||||
|
|
Loading…
Reference in New Issue