aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-08-25 20:43:54 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-08-25 20:43:54 +0200
commitc23c98732e0991510faaf9c543a06f9b042c0747 (patch)
tree1371ba46597f5372dbde01aa201b892450fa1df6 /samsung-ipc
parent1c6f0cf5abee97a4c90e0f9259ea71cc706c7613 (diff)
parentf53c79abd7a7c7b901d0f410e7cb380451dc4ad4 (diff)
downloadexternal_libsamsung-ipc-c23c98732e0991510faaf9c543a06f9b042c0747.zip
external_libsamsung-ipc-c23c98732e0991510faaf9c543a06f9b042c0747.tar.gz
external_libsamsung-ipc-c23c98732e0991510faaf9c543a06f9b042c0747.tar.bz2
Merge remote-tracking branch 'replicant/master' into replicant-6.0replicant-6.0-0001
Diffstat (limited to 'samsung-ipc')
-rw-r--r--samsung-ipc/devices/aries/aries.c1
-rw-r--r--samsung-ipc/devices/crespo/crespo.c1
-rw-r--r--samsung-ipc/utils.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/samsung-ipc/devices/aries/aries.c b/samsung-ipc/devices/aries/aries.c
index ec82a4f..39dd015 100644
--- a/samsung-ipc/devices/aries/aries.c
+++ b/samsung-ipc/devices/aries/aries.c
@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
+#include <unistd.h>
#include <stdbool.h>
#include <string.h>
#include <unistd.h>
diff --git a/samsung-ipc/devices/crespo/crespo.c b/samsung-ipc/devices/crespo/crespo.c
index 05831a3..c6837e5 100644
--- a/samsung-ipc/devices/crespo/crespo.c
+++ b/samsung-ipc/devices/crespo/crespo.c
@@ -22,6 +22,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
+#include <unistd.h>
#include <stdbool.h>
#include <string.h>
#include <unistd.h>
diff --git a/samsung-ipc/utils.c b/samsung-ipc/utils.c
index 0b16a86..9468c97 100644
--- a/samsung-ipc/utils.c
+++ b/samsung-ipc/utils.c
@@ -20,6 +20,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
+#include <unistd.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>