1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2025-06-13 12:54:29 +00:00

fe FreeBSD port: add required header to run.cpp

This commit is contained in:
Brandon D 2022-05-10 17:39:45 -05:00 committed by GitHub
parent 99e2e62906
commit 8607b4fb42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {