diff options
| author | Manuel Bentele | 2020-10-19 14:35:01 +0200 |
|---|---|---|
| committer | Manuel Bentele | 2020-10-19 14:44:05 +0200 |
| commit | f617270a773669885f263e394f8a10553e110e28 (patch) | |
| tree | e2b8effab564350324aeebb5fcec3b9f1ba304af /src/client/client.c | |
| parent | [BUILD] rewrite CMake build system to track changes of source files (diff) | |
| download | dnbd3-f617270a773669885f263e394f8a10553e110e28.tar.gz dnbd3-f617270a773669885f263e394f8a10553e110e28.tar.xz dnbd3-f617270a773669885f263e394f8a10553e110e28.zip | |
[BUILD] fixes issues to build user space programs on FreeBSD 12.1
Diffstat (limited to 'src/client/client.c')
| -rw-r--r-- | src/client/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/client.c b/src/client/client.c index 33737fa..e433160 100644 --- a/src/client/client.c +++ b/src/client/client.c @@ -33,6 +33,7 @@ #include <arpa/inet.h> #include <string.h> #include <sys/stat.h> +#include <sys/socket.h> #include <sys/un.h> #include <errno.h> |
