aboutsummaryrefslogtreecommitdiff
path: root/src/rdf.cc
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2006-07-27 15:38:46 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2006-07-27 15:38:46 +0000
commit2ca0181a5136a5c84614f4450c0ceee6d34d927c (patch)
tree8ec73087fe4fe4eec9fa457492aff851c3ec2981 /src/rdf.cc
parent4ca4d073b66b77072a19d8a72b021c30792793c6 (diff)
#include <sys/wait.h>, which is necessary for the WIFSIGNALED macro on
Supermike. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@103 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'src/rdf.cc')
-rw-r--r--src/rdf.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rdf.cc b/src/rdf.cc
index 126ecb5..23b01e3 100644
--- a/src/rdf.cc
+++ b/src/rdf.cc
@@ -13,8 +13,9 @@
#include <list>
#include <string>
#include <sstream>
-#include <signal.h>
+#include <signal.h>
+#include <sys/wait.h>
#include <unistd.h>
#include "cctk.h"