From 36355c12fb06c5dd111eea0b1900a6693e6e6c05 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Sat, 10 Dec 2022 12:19:04 -0800 Subject: [PATCH] Add missing include etherdefs.h to ether_common.c --- src/ether_common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ether_common.c b/src/ether_common.c index f85b9ee..1e185ff 100644 --- a/src/ether_common.c +++ b/src/ether_common.c @@ -15,6 +15,7 @@ #include "lsptypes.h" #include "lspglob.h" #include "adr68k.h" +#include "etherdefs.h" /* * global variables exported to ether_*.c and possibly others