Ok, features.h already defines _OPEN_SOURCE (and complains if it's already
defined), yet it's not doing it for scripts/individual for some reason. (I hate fighting with header files.)
This commit is contained in:
parent
519d7df930
commit
b988462d3e
@ -154,7 +154,6 @@ __extension__ typedef unsigned long long __u64;
|
||||
|
||||
#if defined __GLIBC__ || defined __UCLIBC__ \
|
||||
|| defined __dietlibc__ || defined _NEWLIB_VERSION
|
||||
#define _XOPEN_SOURCE
|
||||
#include <features.h>
|
||||
#define HAVE_FEATURES_H
|
||||
#include <stdint.h>
|
||||
|
Loading…
Reference in New Issue
Block a user