]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
include sys/socket.h for struct in_addr_t
authorlaforge <laforge>
Mon, 13 Jan 2003 13:35:21 +0000 (13:35 +0000)
committerlaforge <laforge>
Mon, 13 Jan 2003 13:35:21 +0000 (13:35 +0000)
extensions/ulogd_PWSNIFF.c

index 0adf3d6f0e6004f017a6bb4981199e15d4e8ba19..fdaff35a493629970f6cc1dd531e7f926cfce2da 100644 (file)
@@ -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.
  *
  *  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>