summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorglass <glass@NetBSD.org>1993-08-03 01:52:57 +0000
committerglass <glass@NetBSD.org>1993-08-03 01:52:57 +0000
commit4a385c12289dcd56ac99567a552def54a2ddce76 (patch)
tree4d668ad92a8d812903a4c8a54a51f20dae829afd /sys/dev
parent76f78fcf7574f65c40469f1050d112d9a6fcd2ae (diff)
with -Wall would bomb, on incomplete type 'selinfo'. bpfilter.h include
moved down, and select.h included.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isa/if_ed.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/isa/if_ed.c b/sys/dev/isa/if_ed.c
index 7f806f5263a..50817ca9add 100644
--- a/sys/dev/isa/if_ed.c
+++ b/sys/dev/isa/if_ed.c
@@ -12,12 +12,11 @@
* Currently supports the Western Digital/SMC 8003 and 8013 series
* and the 3Com 3c503
*
- * $Id: if_ed.c,v 1.4 1993/08/01 19:25:42 mycroft Exp $
+ * $Id: if_ed.c,v 1.5 1993/08/03 01:52:57 glass Exp $
*/
#include "ed.h"
#if NED > 0
-#include "bpfilter.h"
#include "param.h"
#include "errno.h"
@@ -26,6 +25,9 @@
#include "socket.h"
#include "syslog.h"
+#include "select.h"
+#include "bpfilter.h"
+
#include "net/if.h"
#include "net/if_dl.h"
#include "net/if_types.h"