--- src/output/output.c	2006-03-31 00:42:43.000000000 +0200
+++ src/output/output.c	2008-09-18 14:58:27.000000000 +0200
@@ -73,6 +73,7 @@
     list = (OutputPluginList*)malloc(sizeof(OutputPluginList));
     list->plugin = plugin;
     list->active = 0;
+    list->next = NULL;
 
     /* Place plugin in data structure. */
     if (output_plugin_list == NULL) {
--- src/output/output-csv.c	2005-02-22 17:09:25.000000000 +0100
+++ src/output/output-csv.c	2008-09-18 16:18:36.000000000 +0200
@@ -25,6 +25,7 @@
  *
  **************************************************************************/
 #include "output-csv.h"
+#include  <arpa/inet.h>
 
 OutputCSVConf output_csv_conf;
 
--- src/output/output-fifo.c	2007-05-22 18:28:04.000000000 +0200
+++ src/output/output-fifo.c	2008-09-18 16:18:52.000000000 +0200
@@ -26,6 +26,7 @@
  *
  **************************************************************************/
 #include "output-fifo.h"
+#include  <arpa/inet.h>
 
 /*
  * MODULE NOTES
--- src/output/output-screen.c	2005-02-22 17:09:25.000000000 +0100
+++ src/output/output-screen.c	2008-09-18 16:19:48.000000000 +0200
@@ -25,6 +25,7 @@
  *
  **************************************************************************/
 #include "output-screen.h"
+#include  <arpa/inet.h>
 
 /* ----------------------------------------------------------
  * FUNCTION	: setup_output_screen

