diff --git a/test/regress.h b/test/regress.h index fed5150f..449a59b0 100644 --- a/test/regress.h +++ b/test/regress.h @@ -118,7 +118,9 @@ int test_ai_eq_(const struct evutil_addrinfo *ai, const char *sockaddr_port, long timeval_msec_diff(const struct timeval *start, const struct timeval *end); +#ifndef _WIN32 pid_t regress_fork(void); +#endif #ifdef __cplusplus }