SafeStack: Add another missing header to try to fix FreeBSD build.

llvm-svn: 240564
This commit is contained in:
Peter Collingbourne 2015-06-24 18:16:05 +00:00
parent 59128921f6
commit 19e86199f1
1 changed files with 1 additions and 0 deletions

View File

@ -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"