blob: 6f15296012f2b51a67590f4ad6cf8dae4150ad92 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/spyview/Gnuplot_Interface.C
+++ b/spyview/Gnuplot_Interface.C
@@ -13,6 +13,7 @@
#else
#include <sys/stat.h>
#include <sys/types.h>
+#include <sys/wait.h>
#endif
using namespace boost;
|