From b57b228b8444aed4eac4523b4cb4830ffec3d5d6 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sun, 9 Sep 2001 18:06:25 +0000 Subject: [PATCH] getpid is in unistd.h under Solaris, Linux, FreeBSD and Darwin git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/net/email.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/net/email.cpp b/contrib/src/net/email.cpp index 7f314927fc..8fe6fa98f9 100644 --- a/contrib/src/net/email.cpp +++ b/contrib/src/net/email.cpp @@ -36,7 +36,7 @@ #include "wx/timer.h" #include "wx/wfstream.h" #include "stdlib.h" -#include "process.h" +#include "unistd.h" #endif // Send a message. -- 2.50.0