mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
no sysctl.h on hurd
This commit is contained in:
parent
3cdf7160de
commit
d09152ca00
@ -7,7 +7,7 @@
|
||||
#include <pthread.h>
|
||||
#include <semaphore.h>
|
||||
#include <sys/types.h>
|
||||
#ifdef __linux__
|
||||
#if defined(__linux__) || defined(__gnu_hurd__)
|
||||
#include <sys/sysinfo.h>
|
||||
#else
|
||||
#include <sys/sysctl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user