fe FreeBSD port: add required header to run.cpp

pull/170/head
Brandon D 2 years ago committed by GitHub
parent 99e2e62906
commit 8607b4fb42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,6 +25,10 @@
#include <unistd.h>
#include <signal.h>
#if defined(__FreeBSD__)
#include <sys/wait.h>
#endif
// short syntax helper for kj::Path
template<typename T>
inline kj::Path operator/(const kj::Path& p, const T& ext) {

Loading…
Cancel
Save