From a43c00582549a440fb744bdf8849ae53f97c9bc5 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 16 Oct 2006 19:49:12 +1000 Subject: - (dtucker) [monitor_fdpass.c] Include sys/in.h, required for cmsg macros on older (2.0) Linuxes. Based on patch from thmo-13 at gmx de. --- monitor_fdpass.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'monitor_fdpass.c') diff --git a/monitor_fdpass.c b/monitor_fdpass.c index c5fc4c397..9f8e9cd55 100644 --- a/monitor_fdpass.c +++ b/monitor_fdpass.c @@ -29,6 +29,9 @@ #include #include #include +#ifdef HAVE_SYS_UN_H +#include +#endif #include #include -- cgit v1.2.3