]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/utilsgtk.cpp
Test for image conversion correctness.
[wxWidgets.git] / src / gtk / utilsgtk.cpp
index 086ef60b6b34b614285bf896fca7a31a5e40970d..2befc47dc371629195b12934488950d58f992bc8 100644 (file)
   #include <sys/systeminfo.h>
 #endif
 
+#ifdef __SOLARIS__
+// somehow missing from sys/wait.h but in the system's docs
+extern "C"
+{
+   pid_t wait4(pid_t pid, int *statusp, int options, struct rusage
+               *rusage);
+}
+#endif
+
 //------------------------------------------------------------------------
 // misc.
 //------------------------------------------------------------------------