pmaports/maemo/libdsme/include.patch

13 lines
270 B
Diff
Raw Normal View History

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>