forked from OSchip/llvm-project
parent
06d601fb3e
commit
c4a4110deb
|
@ -11,9 +11,12 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/utsname.h>
|
||||
|
||||
using namespace lldb_private;
|
||||
|
||||
bool
|
||||
HostInfoFreeBSD::GetOSVersion(uint32_t &major, uint32_t &minor, uint32_t &update)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue