mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
One more attempt to fix FreeBSD
It seems sysctl.h is not self-contained, as I get missing symbols in the header itself now. I am going to include all files that the file I moved this from included, and hope that is enough. llvm-svn: 298063
This commit is contained in:
@@ -9,8 +9,12 @@
|
||||
|
||||
// C Includes
|
||||
#include <errno.h>
|
||||
#include <pthread.h>
|
||||
#include <pthread_np.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/user.h>
|
||||
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
|
||||
Reference in New Issue
Block a user