diff --git a/src/network/rootwrap.c b/src/network/rootwrap.c index 3daa1d38cc..e1e348d327 100644 --- a/src/network/rootwrap.c +++ b/src/network/rootwrap.c @@ -39,6 +39,10 @@ #include #include #include +#ifdef HAVE_SYS_TIME_H +#include +#endif +#include #include /* getrlimit() */ #include #include