forked from OSchip/llvm-project
Include the correct headers for kinfo_proc on FreeBSD.
llvm-svn: 217464
This commit is contained in:
parent
9690f3b596
commit
f76da3469d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue