forked from OSchip/llvm-project
SafeStack: Add another missing header to try to fix FreeBSD build.
llvm-svn: 240564
This commit is contained in:
parent
59128921f6
commit
19e86199f1
|
@ -19,6 +19,7 @@
|
|||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/resource.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/user.h>
|
||||
|
||||
#include "interception/interception.h"
|
||||
|
|
Loading…
Reference in New Issue