virtio: add missing include to virtio_net.h
authorGrant Likely <grant.likely@secretlab.ca>
Fri, 1 May 2009 22:34:02 +0000 (15:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 May 2009 22:34:02 +0000 (15:34 -0700)
virtio_net.h uses the macro ETH_ALEN which is defined in linux/if_ether.h.
Discovered when hacking on virtio-over-pci patches.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found