summaryrefslogtreecommitdiffstats
path: root/include/hardware/qemu_pipe.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-30 20:40:50 -0800
committerElliott Hughes <enh@google.com>2015-01-30 20:40:50 -0800
commit360956c4b0dd1067f93b3a4ec4feec0346eec92f (patch)
tree9b54b5775a443e16c26a9f9352d2e59748bda8be /include/hardware/qemu_pipe.h
parentac41815a99763b3e59d0f2f9ef2bb3e5a2011336 (diff)
downloadhardware_libhardware-360956c4b0dd1067f93b3a4ec4feec0346eec92f.zip
hardware_libhardware-360956c4b0dd1067f93b3a4ec4feec0346eec92f.tar.gz
hardware_libhardware-360956c4b0dd1067f93b3a4ec4feec0346eec92f.tar.bz2
Fix "error: 'strlen' was not declared in this scope".
Change-Id: I8ae39a6b3cf4844429e6211b3c909c6f72978832
Diffstat (limited to 'include/hardware/qemu_pipe.h')
-rw-r--r--include/hardware/qemu_pipe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hardware/qemu_pipe.h b/include/hardware/qemu_pipe.h
index 814b20b..53aec97 100644
--- a/include/hardware/qemu_pipe.h
+++ b/include/hardware/qemu_pipe.h
@@ -23,6 +23,7 @@
#include <pthread.h> /* for pthread_once() */
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
#include <errno.h>
#ifndef D