index
:
passt
Plug A Simple Socket Transport
about
git
code
bugs
lists
chat
path:
root
/
packet.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'packet.h')
-rw-r--r--
packet.h
2
1 files changed, 2 insertions, 0 deletions
diff --git a/packet.h b/packet.h
index ba8d5c2..7b7fa71 100644
--- a/
packet.h
+++ b/
packet.h
@@ -7,6 +7,8 @@
#define PACKET_H
#include <stdbool.h>
+#include <sys/uio.h>
+
#include "iov.h"
#include "virtio.h"