From 0b09e97d0d6163b5a898f5642505ee12dd5ef30e Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sun, 30 Sep 2018 23:44:13 +0200 Subject: Add OpenBSD support --- src/Exec.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Exec.cpp') diff --git a/src/Exec.cpp b/src/Exec.cpp index a183ed2..cfeb19d 100644 --- a/src/Exec.cpp +++ b/src/Exec.cpp @@ -1,6 +1,10 @@ #include "../include/Exec.hpp" #include "../include/env.hpp" +#if OS_FAMILY == OS_FAMILY_POSIX +#include +#endif + using namespace std; const int BUFSIZE = 1024; -- cgit v1.2.3