Skip to content

Commit

Permalink
include sys/uio.h to get declaration of writev() (#72)
Browse files Browse the repository at this point in the history
Closes: #71
Signed-off-by: Igor Gnatenko <[email protected]>
  • Loading branch information
Igor Gnatenko authored and poettering committed Jul 26, 2017
1 parent 68d4928 commit 2e6a22f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/canbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/un.h>
#include <sys/uio.h>
#include <sys/wait.h>
#include <unistd.h>

Expand Down

0 comments on commit 2e6a22f

Please sign in to comment.