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:
Pavel Labath
2017-03-17 10:30:42 +00:00
parent 1ab9cf49d0
commit 1495663bc4

View File

@@ -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