$OpenBSD: patch-ether_c,v 1.1.1.1 2003/08/02 15:35:21 couderc Exp $
--- ether.c.orig	2003-07-26 13:55:47.000000000 +0200
+++ ether.c	2003-07-26 13:56:03.000000000 +0200
@@ -2,6 +2,7 @@
 /* $Id: patch-ether_c,v 1.1.1.1 2003/08/02 15:35:21 couderc Exp $ */
 
 #include <stdio.h>
+#include <string.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/param.h>

