Include the correct headers for kinfo_proc on FreeBSD.

llvm-svn: 217464
This commit is contained in:
Zachary Turner 2014-09-09 22:39:56 +00:00
parent 9690f3b596
commit f76da3469d
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
// lldb Includes
#include "lldb/Host/freebsd/HostThreadFreeBSD.h"
#include "lldb/Host/Host.h"
// C includes
#include <errno.h>
@ -16,6 +17,7 @@
#include <pthread_np.h>
#include <stdlib.h>
#include <sys/sysctl.h>
#include <sys/user.h>
// C++ includes
#include <string>