]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
include <sys/socket.h> for sa_family_t; add typecasts to (struct in_addr) when callin...
authorlaforge <laforge>
Mon, 13 Jan 2003 13:35:58 +0000 (13:35 +0000)
committerlaforge <laforge>
Mon, 13 Jan 2003 13:35:58 +0000 (13:35 +0000)
extensions/ulogd_BASE.c

index d86ec940f80b3e2922515c8af074759e6a630eb1..936843f95ee114173e2a5d0fc46b089931dd3ec8 100644 (file)
@@ -1,4 +1,4 @@
-/* ulogd_MAC.c, Version $Revision: 1.14 $
+/* ulogd_MAC.c, Version $Revision: 1.15 $
  *
  * ulogd interpreter plugin for 
  *     o MAC addresses
  *  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_BASE.c,v 1.14 2002/08/28 09:41:17 laforge Exp $
+ * $Id: ulogd_BASE.c,v 1.15 2002/12/09 14:42:43 laforge Exp $
  *
  */
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <sys/socket.h>
 #include <linux/ip.h>
 #include <linux/in.h>
 #include <linux/tcp.h>