summaryrefslogtreecommitdiffstats
path: root/ulogd/extensions
diff options
context:
space:
mode:
authorlaforge <laforge>2003-01-13 13:35:21 +0000
committerlaforge <laforge>2003-01-13 13:35:21 +0000
commita3fd4d7fe57196d79376e45bd33686063200053f (patch)
tree6f351d7bf904586a6e4db0c28e9f8492cfbe1604 /ulogd/extensions
parent5179dbbb361aa74859f11258a00b68d2e552ffab (diff)
include sys/socket.h for struct in_addr_t
Diffstat (limited to 'ulogd/extensions')
-rw-r--r--ulogd/extensions/ulogd_PWSNIFF.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ulogd/extensions/ulogd_PWSNIFF.c b/ulogd/extensions/ulogd_PWSNIFF.c
index 0adf3d6..fdaff35 100644
--- a/ulogd/extensions/ulogd_PWSNIFF.c
+++ b/ulogd/extensions/ulogd_PWSNIFF.c
@@ -1,4 +1,4 @@
-/* ulogd_PWSNIFF.c, Version $Revision: 1.5 $
+/* ulogd_PWSNIFF.c, Version $Revision: 1.6 $
*
* ulogd logging interpreter for POP3 / FTP like plaintext passwords.
*
@@ -17,13 +17,14 @@
* 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_PWSNIFF.c,v 1.5 2001/09/01 11:51:54 laforge Exp $
+ * $Id: ulogd_PWSNIFF.c,v 1.6 2002/12/09 14:42:43 laforge Exp $
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/socket.h>
#include <linux/ip.h>
#include <linux/in.h>
#include <linux/tcp.h>