summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-10-12 19:49:43 +0000
committerBruce Evans <bde@FreeBSD.org>1996-10-12 19:49:43 +0000
commit4458ac71b1641eee26aa3883e5dcea6bb4429b2b (patch)
tree715865e54cd9bdfcb3c50cf8433ebb6486247758 /sys/dev
parentbfcffdaf036dd820f25ab318f64af460a09b57f4 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ep/if_ep_eisa.c3
-rw-r--r--sys/dev/fxp/if_fxp.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/ep/if_ep_eisa.c b/sys/dev/ep/if_ep_eisa.c
index 48ad8e3b0d81..3b0530245f62 100644
--- a/sys/dev/ep/if_ep_eisa.c
+++ b/sys/dev/ep/if_ep_eisa.c
@@ -19,7 +19,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: 3c5x9.c,v 1.5 1996/09/06 23:06:53 phk Exp $
+ * $Id: 3c5x9.c,v 1.6 1996/10/12 17:34:25 bde Exp $
*/
#include "eisa.h"
@@ -28,6 +28,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
+#include <sys/socket.h>
#include <machine/clock.h>
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 75bc852476c0..63b8fb5d562d 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_fxp.c,v 1.19 1996/09/22 11:48:54 davidg Exp $
+ * $Id: if_fxp.c,v 1.20 1996/09/29 10:20:45 davidg Exp $
*/
/*
@@ -39,6 +39,7 @@
#include <sys/mbuf.h>
#include <sys/malloc.h>
#include <sys/kernel.h>
+#include <sys/socket.h>
#include <sys/syslog.h>
#include <net/if.h>