projects
/
empserver
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dbda02
)
Include <process.h> in w32/unistd.h for getpid()
author
Markus Armbruster
<armbru@pond.sub.org>
Wed, 10 Apr 2013 19:41:09 +0000
(21:41 +0200)
committer
Markus Armbruster
<armbru@pond.sub.org>
Wed, 8 May 2013 04:57:56 +0000
(06:57 +0200)
getpid() is used since commit
773019e
.
src/lib/w32/unistd.h
patch
|
blob
|
history
diff --git
a/src/lib/w32/unistd.h
b/src/lib/w32/unistd.h
index 6ec9e3cc0e98157e29819cd7b25d8ceb50902b8a..d57431485fd2179115dd657bb9be21682a03b8a3 100644
(file)
--- 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 <direct.h>
#include <getopt.h>
#include <io.h>
-#include <
direct
.h>
+#include <
process
.h>
#include <sys/stat.h>
#include "w32types.h"