summaryrefslogtreecommitdiffstats
path: root/security/ossec-hids-local/files/patch-src_client-agent_agentd.h
blob: 61846975c01a556f07337039139eb2a864fe2d45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/client-agent/agentd.h.orig	2020-02-14 19:46:22 UTC
+++ src/client-agent/agentd.h
@@ -83,7 +83,7 @@ extern int run_foreground;
 extern keystore keys;
 extern agent *agt;
 #ifndef WIN32
-struct imsgbuf server_ibuf;
+extern struct imsgbuf server_ibuf;
 #endif //WIN32
 
 #endif /* __AGENTD_H */