Switch to _XOPEN_SOURCE to work around FreeBSD bug.

pull/2/head
Christopher Wellons 2017-03-05 18:07:00 -05:00
parent 84e65be1e3
commit 57d299ee97
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@
/* Required for correct builds */
#ifndef _POSIX_SOURCE
# define _POSIX_SOURCE
#ifndef _XOPEN_SOURCE
# define _XOPEN_SOURCE
#endif
#define OPTPARSE_IMPLEMENTATION