forked from OSchip/llvm-project
Minor tweak to Ed's FreeBSD fix.
Fall back to including the Linux version if not on __FreeBSD__. Also covers __ANDROID__ case. llvm-svn: 218770
This commit is contained in:
parent
f28d997083
commit
241ce99503
|
@ -14,7 +14,7 @@
|
|||
#include "RegisterContextPOSIXProcessMonitor_x86.h"
|
||||
#if defined(__FreeBSD__)
|
||||
#include "Plugins/Process/FreeBSD/ProcessMonitor.h"
|
||||
#elif defined(__linux__)
|
||||
#else
|
||||
#include "Plugins/Process/Linux/ProcessMonitor.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue