mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Include process.h for getpid() declaration.
By Gisle Vanem.
This commit is contained in:
parent
42231a47c3
commit
27324f9c79
@ -1,3 +1,7 @@
|
||||
2005-07-08 Gisle Vanem <giva@bgnett.no>
|
||||
|
||||
* mswindows.h: Include process.h to get getpid() declaration.
|
||||
|
||||
2005-07-08 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* utils.c (aprintf): Use vasprintf where available.
|
||||
|
@ -59,6 +59,9 @@ so, delete this exception statement from your version. */
|
||||
chmod. Unix declares these in unistd.h and fcntl.h. */
|
||||
#include <io.h>
|
||||
|
||||
/* Declares getpid(). */
|
||||
#include <process.h>
|
||||
|
||||
#ifndef S_ISDIR
|
||||
# define S_ISDIR(m) (((m) & (_S_IFMT)) == (_S_IFDIR))
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user