Include <net/ethernet.h> to have a prototype for ether_ntoa().

Approved by:	das (mentor)
This commit is contained in:
Stefan Farfeleder 2004-05-28 17:44:11 +00:00
parent d86c537ac3
commit 11012a9973
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129815

View File

@ -41,6 +41,7 @@
#include <sys/socket.h>
#include <sys/queue.h>
#include <net/ethernet.h>
#include <net/if.h>
#include <net/if_var.h>
#include <net/if_types.h>