blob: 8a6b89ec23b91151c47e58ed30503b4de82be4ee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/icas.cc.orig 2022-04-11 07:52:40 UTC
+++ src/icas.cc
@@ -47,6 +47,9 @@ using namespace std;
//#include <unistd.h> // For reading arguments from file
#include <fcntl.h>
#include <cstdlib>
+#if defined(__FreeBSD__)
+#include <sys/wait.h>
+#endif
#include "gen.h"
#include "index.h"
#include "sym2poly.h"
|