From: Markus Armbruster Date: Wed, 10 Apr 2013 19:41:09 +0000 (+0200) Subject: Include in w32/unistd.h for getpid() X-Git-Tag: v4.3.31~44 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=37990f98b2e7d7e949ae13cee454ad9dd07d8119 Include in w32/unistd.h for getpid() getpid() is used since commit 773019e. --- diff --git a/src/lib/w32/unistd.h b/src/lib/w32/unistd.h index 6ec9e3cc0..d57431485 100644 --- a/src/lib/w32/unistd.h +++ b/src/lib/w32/unistd.h @@ -45,9 +45,10 @@ * breaks if the system's declaration is included later. Include them * here. Major name space pollution, can't be helped. */ +#include #include #include -#include +#include #include #include "w32types.h"