12 lines
270 B
Diff
12 lines
270 B
Diff
diff --git a/protocol.c b/protocol.c
|
|
index 789353e..d115fb1 100644
|
|
--- a/protocol.c
|
|
+++ b/protocol.c
|
|
@@ -37,6 +37,7 @@
|
|
#include <unistd.h>
|
|
#include <fcntl.h>
|
|
#include <sys/socket.h>
|
|
+#include <sys/uio.h>
|
|
#include <sys/un.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|