X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/02847e598495dd5b34110eb6ccef6645a1eb29ed..605c9c8318875c590fce53cd2ce5d5aabcc92564:/src/gtk/utilsgtk.cpp diff --git a/src/gtk/utilsgtk.cpp b/src/gtk/utilsgtk.cpp index 3de7efc8bc..2befc47dc3 100644 --- a/src/gtk/utilsgtk.cpp +++ b/src/gtk/utilsgtk.cpp @@ -2,7 +2,6 @@ // Name: utils.cpp // Purpose: // Author: Robert Roebling -// Created: 01/02/97 // Id: $Id$ // Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem // Licence: wxWindows licence @@ -36,6 +35,15 @@ #include #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. //------------------------------------------------------------------------