Skip to content

Commit c2453c9

Browse files
authored
Merge pull request #192 from kraj/master
memset() and family needs to include string.h
2 parents ea72317 + 71173bc commit c2453c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jsonrpccpp/server/connectors/unixdomainsocketserver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <cstdio>
1717
#include <fcntl.h>
1818
#include <unistd.h>
19-
#include <string>
19+
#include <cstring>
2020

2121
using namespace jsonrpc;
2222
using namespace std;

0 commit comments

Comments
 (0)