[Msan] Fix the sigaction unit test to build on FreeBSD

Differential Revision: http://reviews.llvm.org/D7335

llvm-svn: 229384
This commit is contained in:
Viktor Kutuzov 2015-02-16 13:15:58 +00:00
parent 7eff71a474
commit 2e19f31560

View File

@ -72,6 +72,7 @@ int shmdt(const void *);
# include <mntent.h>
# include <netinet/ether.h>
#else
# include <signal.h>
# include <netinet/in.h>
# include <pthread_np.h>
# include <sys/uio.h>