common/rdsched: Document why we need _XOPEN_SOURCE
It's for strptime(). Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
93dfd60c4b
commit
b9a1fe1b90
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
* Markus Armbruster, 2007-2011
|
||||
*/
|
||||
|
||||
/* Required for strptime() */
|
||||
#define _XOPEN_SOURCE 500
|
||||
|
||||
#include <config.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue