forked from OSchip/llvm-project
[ASan] fix compilation of sanitizer_platform_limits_posix.cc on OSX.
llvm-svn: 192975
This commit is contained in:
parent
a9fe95b6c2
commit
e45ca59fd9
|
@ -111,6 +111,7 @@
|
|||
#if SANITIZER_MAC
|
||||
#include <netinet/ip_mroute.h>
|
||||
#include <sys/filio.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/sockio.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue