commit | 360956c4b0dd1067f93b3a4ec4feec0346eec92f | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jan 30 20:40:50 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Fri Jan 30 20:40:50 2015 -0800 |
tree | 9b54b5775a443e16c26a9f9352d2e59748bda8be | |
parent | ac41815a99763b3e59d0f2f9ef2bb3e5a2011336 [diff] [blame] |
Fix "error: 'strlen' was not declared in this scope". Change-Id: I8ae39a6b3cf4844429e6211b3c909c6f72978832
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