Include missing header.

This commit is contained in:
Roberth Kulbin 2015-01-20 20:28:25 +00:00
parent fcb5f1239c
commit d27dba122b

View File

@ -77,6 +77,7 @@
}
#elif defined(CATCH_PLATFORM_LINUX)
#include <errno.h>
#include <sys/types.h>
#include <sys/ptrace.h>
#include <sys/wait.h>