forked from OSchip/llvm-project
sysctl.h does not exist under GNU/HURD (like windows)
llvm-svn: 190057
This commit is contained in:
parent
c86dfdd01e
commit
785ee472a3
|
@ -22,6 +22,10 @@
|
|||
#include <grp.h>
|
||||
#include <netdb.h>
|
||||
#include <pwd.h>
|
||||
#endif
|
||||
|
||||
#if !defined (__GNU__) && !defined (_WIN32)
|
||||
// Does not exist under GNU/HURD or Windows
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue