forked from OSchip/llvm-project
Add missing include to sanitizer procmaps
llvm-svn: 314162
This commit is contained in:
parent
7961112df9
commit
92fa15d01c
|
@ -14,6 +14,8 @@
|
|||
#ifndef SANITIZER_PROCMAPS_H
|
||||
#define SANITIZER_PROCMAPS_H
|
||||
|
||||
#include "sanitizer_platform.h"
|
||||
|
||||
#if SANITIZER_LINUX || SANITIZER_FREEBSD || SANITIZER_NETBSD || SANITIZER_MAC
|
||||
|
||||
#include "sanitizer_common.h"
|
||||
|
|
Loading…
Reference in New Issue