summaryrefslogtreecommitdiff
path: root/cesar/maximus
diff options
context:
space:
mode:
authorThierry Carré2012-08-02 12:57:16 +0200
committerThierry Carré2013-01-31 15:04:44 +0100
commit56b544da862a33e7d6d0000ba65d630935325ff1 (patch)
tree7e78be554ac2847559f886b678f508b1e1259d7a /cesar/maximus
parente1000eaae7fd94c42f7be67131e1bda3ff5ea596 (diff)
cesar/maximus/sci: add include for read&write functions
With some PC configuration, unistd.h is needed for read and write into pipe. Without this include, maximus don't compile.
Diffstat (limited to 'cesar/maximus')
-rw-r--r--cesar/maximus/sci/src/SciServer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cesar/maximus/sci/src/SciServer.cpp b/cesar/maximus/sci/src/SciServer.cpp
index d4116a1968..87296bbd76 100644
--- a/cesar/maximus/sci/src/SciServer.cpp
+++ b/cesar/maximus/sci/src/SciServer.cpp
@@ -37,6 +37,7 @@ The original location of this file is /home/buret/eclipse/maximus/sci/src/SciSer
#include "Error.h"
#include "Logger.h"
+#include <unistd.h>
#include <sstream> // for 'ostringstream'
#include <fstream> // for 'ofstream'
#include <stdlib.h>