mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2026-01-14 02:01:39 +00:00
* libwget/random.c: Include process.h on Windows
This commit is contained in:
@ -33,6 +33,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
#ifdef _WIN32
|
||||
# include <process.h> /* getpid() */
|
||||
#endif
|
||||
|
||||
#include <wget.h>
|
||||
#include "private.h"
|
||||
|
||||
Reference in New Issue
Block a user