Redefine _XOPEN_SOURCE to value 600.

Fixes build errors on (Open|Free)BSD and Solaris.
master
Stephen Gregoratto 6 years ago committed by Drew DeVault
parent 05ca9f20a8
commit cfce16726b
  1. 2
      src/main.c

@ -1,4 +1,4 @@
#define _XOPEN_SOURCE
#define _XOPEN_SOURCE 600
#include <assert.h>
#include <ctype.h>
#include <stdbool.h>

Loading…
Cancel
Save