diff options
Diffstat (limited to 'cipher/random.c')
-rw-r--r-- | cipher/random.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cipher/random.c b/cipher/random.c index f047f6829..4c32c6467 100644 --- a/cipher/random.c +++ b/cipher/random.c @@ -49,6 +49,9 @@ #ifdef HAVE_GETRUSAGE #include <sys/resource.h> #endif +#ifdef __MINGW32__ + #include <process.h> +#endif #include "util.h" #include "rmd.h" #include "ttyio.h" |