Skip to content

Commit

Permalink
JSON output: Add missing cstring include
Browse files Browse the repository at this point in the history
  • Loading branch information
sedmicha committed Apr 2, 2024
1 parent c27139a commit 8bf2adc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/output/json/src/SyslogSocket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
*/

#include <cassert>
#include <cstring>
#include <stdexcept>

#include <netdb.h>
Expand Down

0 comments on commit 8bf2adc

Please sign in to comment.