aboutsummaryrefslogtreecommitdiff
path: root/net/snort/patches/003-include-tirpc.patch
blob: 16f0c1d0b0af34e0b6877433f883bfb97cc84fb3 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/dynamic-preprocessors/appid/service_plugins/service_rpc.c
+++ b/src/dynamic-preprocessors/appid/service_plugins/service_rpc.c
@@ -32,6 +32,7 @@
 #include "flow.h"
 #include "service_api.h"
 
+#include <tirpc/rpc/rpcent.h>
 #if defined(FREEBSD) || defined(OPENBSD)
 #include "rpc/rpc.h"
 #endif