diff options
Diffstat (limited to 'proto_arp.c')
-rw-r--r-- | proto_arp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto_arp.c b/proto_arp.c index fcbe02b..ba52a0b 100644 --- a/proto_arp.c +++ b/proto_arp.c @@ -8,6 +8,7 @@ #include <netinet/in.h> /* for ntohs() */ #include "proto.h" +#include "protos.h" #include "lookup.h" #include "pkt_buff.h" #include "built_in.h" |