summaryrefslogtreecommitdiff
path: root/sys/dev/ar
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-09-02 01:19:47 +0000
committerBruce Evans <bde@FreeBSD.org>1997-09-02 01:19:47 +0000
commit4d1d4912aefc1c973eb9cebba9abd31b1e29d553 (patch)
tree1590ff9881d182abd8ee36333020254371b5c5e1 /sys/dev/ar
parent85a3d7d441341c54e7082307bf7d6a8f0c9cb37f (diff)
Notes
Diffstat (limited to 'sys/dev/ar')
-rw-r--r--sys/dev/ar/if_ar.c3
-rw-r--r--sys/dev/ar/if_ar_isa.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/ar/if_ar.c b/sys/dev/ar/if_ar.c
index 8e5c384ea712..88619b84fe15 100644
--- a/sys/dev/ar/if_ar.c
+++ b/sys/dev/ar/if_ar.c
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ar.c,v 1.14 1997/02/22 09:36:15 peter Exp $
+ * $Id: if_ar.c,v 1.15 1997/05/19 22:02:47 joerg Exp $
*/
/*
@@ -53,6 +53,7 @@
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/sockio.h>
#include <sys/socket.h>
diff --git a/sys/dev/ar/if_ar_isa.c b/sys/dev/ar/if_ar_isa.c
index 8e5c384ea712..88619b84fe15 100644
--- a/sys/dev/ar/if_ar_isa.c
+++ b/sys/dev/ar/if_ar_isa.c
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ar.c,v 1.14 1997/02/22 09:36:15 peter Exp $
+ * $Id: if_ar.c,v 1.15 1997/05/19 22:02:47 joerg Exp $
*/
/*
@@ -53,6 +53,7 @@
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/sockio.h>
#include <sys/socket.h>