blob: 7f593ef0818b1b1c11a36974f4a2281f3d9bc101 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/default_plugin/defaultplugin.cpp
+++ b/default_plugin/defaultplugin.cpp
@@ -35,6 +35,7 @@
#include <iostream>
#include <sstream>
#include <stdlib.h>
+#include <unistd.h> /* fork() */
#include <cstring>
using namespace std;
using namespace lineak_core_functions;
|