From 64183ac418dd2e3e13fca69c3294d3a25ba2700e Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 1 Nov 2010 12:44:07 -0600 Subject: Fix the build on ubuntu 10.4 --- common/spio.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'common') diff --git a/common/spio.c b/common/spio.c index 01993fb..992e2df 100644 --- a/common/spio.c +++ b/common/spio.c @@ -35,6 +35,8 @@ * Stef Walter */ +#include "config.h" + /* * select() and stdio are basically mutually exclusive. * Hence all of this code to try to get some buffering @@ -47,13 +49,6 @@ #include #include -#include - -#ifdef HAVE_IP_TRANSPARENT -#include -#include -#endif - #include #include #include @@ -64,6 +59,13 @@ #include #include +#include + +#ifdef HAVE_IP_TRANSPARENT +#include +#include +#endif + #include "compat.h" #include "usuals.h" #include "sock_any.h" -- cgit v1.2.3