diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-03-24 11:33:46 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-24 11:33:46 +0000 |
| commit | 51a534883ac9688f59dffaa624c42b0fad6236b8 (patch) | |
| tree | b194e77f08cfd580c094341e2dde06fe2625c8f1 /sys/dev/fxp | |
| parent | fce002fdef3780b4b80bfe0ba6d126bfc10130e9 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fxp')
| -rw-r--r-- | sys/dev/fxp/if_fxp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 55b15fa353399..4afce2a249242 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.30 1997/03/17 11:08:14 davidg Exp $ + * $Id: if_fxp.c,v 1.31 1997/03/21 08:00:11 davidg Exp $ */ /* @@ -35,7 +35,7 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/ioctl.h> +#include <sys/sockio.h> #include <sys/mbuf.h> #include <sys/malloc.h> #include <sys/kernel.h> |
