Skip to content

Commit

Permalink
Merge pull request #3 from jbeich/freebsd
Browse files Browse the repository at this point in the history
Unbreak build on FreeBSD
  • Loading branch information
nullobsi committed Dec 22, 2021
2 parents cee6b85 + 01cc706 commit e91a1b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/subprocess.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ extern "C"
#include <sys/wait.h>
#include <unistd.h>
#include <wordexp.h>

/* Have to be manually defined according to POSIX */
extern char **environ;
}

namespace subprocess
Expand Down
1 change: 1 addition & 0 deletions interop/PassStore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "DocumentHelper.h"
#include <filesystem>
#include <iostream>
#include <sstream>
#include <nanoid/nanoid.h>

using namespace std;
Expand Down

0 comments on commit e91a1b3

Please sign in to comment.