aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2013-06-23 20:13:12 +0200
committerSimon Busch <morphis@gravedo.de>2013-06-23 20:13:12 +0200
commit48aba0e551523257d8f26be08b3cd287c4dad8d7 (patch)
tree06f7d28625f88bb3265fd42ee46d3015e9a0be30 /samsung-ipc
parent950d2c3b8249b9f427b968b2419818497da6a3f6 (diff)
downloadhardware_replicant_libsamsung-ipc-48aba0e551523257d8f26be08b3cd287c4dad8d7.tar.gz
hardware_replicant_libsamsung-ipc-48aba0e551523257d8f26be08b3cd287c4dad8d7.tar.bz2
hardware_replicant_libsamsung-ipc-48aba0e551523257d8f26be08b3cd287c4dad8d7.zip
Fix outstanding compiler warnings
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'samsung-ipc')
-rw-r--r--samsung-ipc/wakelock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/samsung-ipc/wakelock.c b/samsung-ipc/wakelock.c
index 227208b..5946809 100644
--- a/samsung-ipc/wakelock.c
+++ b/samsung-ipc/wakelock.c
@@ -22,6 +22,7 @@
#include <fcntl.h>
#include <wakelock.h>
#include <stdlib.h>
+#include <string.h>
static int wake_lock_fd = -1;
static int wake_unlock_fd = -1;