aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-06-25 06:37:02 +0000
committerVincent Richard <[email protected]>2005-06-25 06:37:02 +0000
commit96a75ae133a3f48928b9de9c4f2aec4057722f9a (patch)
tree39a7be8a9bf3cf7dbaf2dee5235505976b5636d6
parentFixed missing doc for param. (diff)
downloadvmime-96a75ae133a3f48928b9de9c4f2aec4057722f9a.tar.gz
vmime-96a75ae133a3f48928b9de9c4f2aec4057722f9a.zip
Fixed missing includes.
-rw-r--r--vmime/platforms/posix/posixChildProcess.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/vmime/platforms/posix/posixChildProcess.hpp b/vmime/platforms/posix/posixChildProcess.hpp
index 0fa15406..21c79133 100644
--- a/vmime/platforms/posix/posixChildProcess.hpp
+++ b/vmime/platforms/posix/posixChildProcess.hpp
@@ -23,6 +23,9 @@
#include "vmime/utility/childProcess.hpp"
+#include <sys/types.h>
+#include <signal.h>
+
namespace vmime {
namespace platforms {