diff options
author | epoch <epoch@hacking.allowed.org> | 2017-12-24 04:56:37 -0600 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2017-12-24 04:56:37 -0600 |
commit | d8bcbb131454ca1068bc6fa8a11fdabdaf86988b (patch) | |
tree | 9715ca613f4563e92e51c778165ec00f58ab017a | |
parent | 6a747547c8ea8e5ccf8aeb575b8f8f872420477e (diff) | |
download | hackvr-d8bcbb131454ca1068bc6fa8a11fdabdaf86988b.tar.gz hackvr-d8bcbb131454ca1068bc6fa8a11fdabdaf86988b.zip |
#defined _XOPEN_SOURCE so NetBSD gets strdup
-rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 458f73f..0ead60b 100644 --- a/src/common.h +++ b/src/common.h @@ -1,3 +1,4 @@ +#define _XOPEN_SOURCE #include <string.h> #include "config.h" #include "math.h" |