summaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authornicm <nicm>2020-05-08 14:15:11 +0000
committernicm <nicm>2020-05-08 14:15:11 +0000
commitaa7dccf8e12c33223717d10551567959a9f22b97 (patch)
tree5ecae5e12c04b0788ef2fda820553bc889fec34d /client.c
parent048f1ff18adda4a3b7a5771924defea052cd7884 (diff)
imsg.h needs uio.h, pointed out by deraadt
Diffstat (limited to 'client.c')
-rw-r--r--client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client.c b/client.c
index b3519690..841e581e 100644
--- a/client.c
+++ b/client.c
@@ -18,6 +18,7 @@
#include <sys/types.h>
#include <sys/socket.h>
+#include <sys/uio.h>
#include <sys/un.h>
#include <sys/wait.h>