From 082bea67af9df2390a422a5b2e9d1a042dd95c10 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 11 Mar 2009 08:05:11 +0100 Subject: lib/replace: make sure we include before socket_wrapper.h This should fix the build on some hosts. metze --- lib/replace/system/network.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/replace/system') 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 #endif +#ifdef HAVE_SYS_UIO_H +#include +#endif + #ifdef HAVE_STROPTS_H #include #endif -- cgit