diff options
Diffstat (limited to 'lib/replace/system/network.h')
-rw-r--r-- | lib/replace/system/network.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/replace/system/network.h b/lib/replace/system/network.h index f135d175d4..6add99c0db 100644 --- a/lib/replace/system/network.h +++ b/lib/replace/system/network.h @@ -83,6 +83,10 @@ #include <sys/ioctl.h> #endif +#ifdef HAVE_SYS_UIO_H +#include <sys/uio.h> +#endif + #ifdef HAVE_STROPTS_H #include <stropts.h> #endif |