Skip to content

Commit

Permalink
Switch _XOPEN_SOURCE to _POSIX_C_SOURCE (less strict).
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeto committed Mar 28, 2017
1 parent 18cc643 commit 3d00adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@

/* Required for correct builds */

#ifndef _XOPEN_SOURCE
# define _XOPEN_SOURCE
#ifndef _POSIX_C_SOURCE
# define _POSIX_C_SOURCE 1
#endif

#define OPTPARSE_IMPLEMENTATION
Expand Down

0 comments on commit 3d00adc

Please sign in to comment.