Skip to content

Commit d7da90b

Browse files
LiliDengigor-ivanov
authored andcommitted
fix compile error on freebsd
1 parent 91b10ca commit d7da90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ip_address.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ typedef unsigned short int sa_family_t;
4343
#include <sys/socket.h>
4444
#include <netinet/in.h>
4545
#include <sys/un.h> /* definitions for UNIX domain sockets */
46-
46+
#include <cstring>
4747
#endif // defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__)
4848

4949
#include "os_abstract.h"

0 commit comments

Comments
 (0)