summaryrefslogtreecommitdiffstats
path: root/ulogd/ulogd.c
diff options
context:
space:
mode:
authorlaforge <laforge>2002-12-09 14:42:43 +0000
committerlaforge <laforge>2002-12-09 14:42:43 +0000
commit322b293a7f3382925499bd63e0325814593cf11f (patch)
treec7ad676df50d495e69d6b6ffa5a3a2b8ec98699b /ulogd/ulogd.c
parent07ee869a6e4a275747a571f37a6150c87fc5e63f (diff)
fix include paths.
Diffstat (limited to 'ulogd/ulogd.c')
-rw-r--r--ulogd/ulogd.c10
1 files changed, 5 insertions, 5 deletions
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 <gandalf@wlug.westbo.se>
@@ -45,8 +45,8 @@
#include <dirent.h>
#include <getopt.h>
#include <libipulog/libipulog.h>
-#include "conffile.h"
-#include "ulogd.h"
+#include <ulogd/conffile.h>
+#include <ulogd/ulogd.h>
/* Size of the netlink receive buffer. If you have _big_ in-kernel
* queues, you may have to increase this number.