From: Guy Harris Date: Tue, 8 Jan 2019 07:37:19 +0000 (-0800) Subject: To use rpcapd_log() you need to include log.h. X-Git-Tag: libpcap-1.10-bp~650 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/753555d97851d734a44dca8040ac9543593d34b4?ds=sidebyside To use rpcapd_log() you need to include log.h. --- diff --git a/rpcapd/win32-svc.c b/rpcapd/win32-svc.c index 78d778ec..c846b2cb 100644 --- a/rpcapd/win32-svc.c +++ b/rpcapd/win32-svc.c @@ -35,6 +35,7 @@ #include // for PCAP_ERRBUF_SIZE #include "portability.h" #include "fileconf.h" +#include "log.h" static SERVICE_STATUS_HANDLE service_status_handle; static SERVICE_STATUS service_status;