Commit 1b9beaa7 authored by Florent Revest's avatar Florent Revest

libdsme: Add a missing header when building with GCC 7 (and OE rocko)

parent 5d8f3eac
From 3a0c80b3f7d2cf0035af2c51809f258abbee6453 Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Sat, 21 Oct 2017 21:24:17 +0200
Subject: [PATCH] Add a missing header include
---
protocol.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/protocol.c b/protocol.c
index 8e98800..fa57072 100644
--- a/protocol.c
+++ b/protocol.c
@@ -40,6 +40,7 @@
#include <sys/un.h>
#include <string.h>
#include <stdlib.h>
+#include <sys/uio.h>
static GSList* connections = 0;
--
2.14.2
......@@ -7,7 +7,7 @@ DEPENDS += " glib-2.0 libcheck pkgconfig-native"
SRC_URI = "git://git.merproject.org/mer-core/libdsme.git;protocol=https \
file://001-Allows-custom-cflags.patch \
"
file://0002-Add-a-missing-header-include.patch"
SRCREV = "826915f91a5f94fe3385a2b1d2b04092fbf5c4d9"
PR = "r1"
PV = "+git${SRCPV}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment