Skip to content

Commit 8bf2adc

Browse files
committed
JSON output: Add missing cstring include
1 parent c27139a commit 8bf2adc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/output/json/src/SyslogSocket.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
*/
4141

4242
#include <cassert>
43+
#include <cstring>
4344
#include <stdexcept>
4445

4546
#include <netdb.h>

0 commit comments

Comments
 (0)