From 322b293a7f3382925499bd63e0325814593cf11f Mon Sep 17 00:00:00 2001 From: laforge Date: Mon, 9 Dec 2002 14:42:43 +0000 Subject: fix include paths. --- ulogd/ulogd.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ulogd/ulogd.c') diff --git a/ulogd/ulogd.c b/ulogd/ulogd.c index 9e399ee..201a88a 100644 --- a/ulogd/ulogd.c +++ b/ulogd/ulogd.c @@ -1,6 +1,6 @@ -/* ulogd, Version $Revision: 1.27 $ +/* ulogd, Version $Revision: 1.28 $ * - * $Id: ulogd.c,v 1.27 2002/07/30 07:15:54 laforge Exp $ + * $Id: ulogd.c,v 1.28 2002/07/30 07:23:36 laforge Exp $ * * userspace logging daemon for the netfilter ULOG target * of the linux 2.4 netfilter subsystem. @@ -20,7 +20,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: ulogd.c,v 1.27 2002/07/30 07:15:54 laforge Exp $ + * $Id: ulogd.c,v 1.28 2002/07/30 07:23:36 laforge Exp $ * * Modifications: * 14 Jun 2001 Martin Josefsson @@ -45,8 +45,8 @@ #include #include #include -#include "conffile.h" -#include "ulogd.h" +#include +#include /* Size of the netlink receive buffer. If you have _big_ in-kernel * queues, you may have to increase this number. -- cgit v1.2.3