mirror of
https://github.com/sheumann/hush.git
synced 2025-01-12 14:30:54 +00:00
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__ \
|
#if defined __GLIBC__ || defined __UCLIBC__ \
|
||||||
|| defined __dietlibc__ || defined _NEWLIB_VERSION
|
|| defined __dietlibc__ || defined _NEWLIB_VERSION
|
||||||
#define _XOPEN_SOURCE
|
|
||||||
#include <features.h>
|
#include <features.h>
|
||||||
#define HAVE_FEATURES_H
|
#define HAVE_FEATURES_H
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user