mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
15 lines
407 B
C
15 lines
407 B
C
--- lanserv/extcmd.c.orig 2015-07-30 03:31:16 UTC
|
|
+++ lanserv/extcmd.c
|
|
@@ -52,10 +52,11 @@
|
|
* products derived from this software without specific prior
|
|
* written permission.
|
|
*/
|
|
+#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
-#include <netinet/ether.h>
|
|
+#include <net/ethernet.h>
|
|
#include <ctype.h>
|
|
#include <string.h>
|
|
#include <errno.h>
|