summaryrefslogtreecommitdiff
path: root/camera
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-26 16:54:44 -0800
committerElliott Hughes <enh@google.com>2015-01-26 16:54:44 -0800
commit9ababa2b4a08ab82344605d9c86d862c1b812671 (patch)
tree7b082a91caa7d3af1a3a93cc4a82e6189f1e9744 /camera
parente3caaaecc97ea475984cbe742d06a351cc4ba305 (diff)
downloadshamu-9ababa2b4a08ab82344605d9c86d862c1b812671.tar.gz
Add missing <string.h> include.
Change-Id: I2a42097daf5a68ef8c75e5b8ca93f23219bfa152
Diffstat (limited to 'camera')
-rw-r--r--camera/QCamera2/stack/common/cam_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/camera/QCamera2/stack/common/cam_types.h b/camera/QCamera2/stack/common/cam_types.h
index aab081c9..3c86ea78 100644
--- a/camera/QCamera2/stack/common/cam_types.h
+++ b/camera/QCamera2/stack/common/cam_types.h
@@ -31,6 +31,7 @@
#define __QCAMERA_TYPES_H__
#include <stdint.h>
+#include <string.h>
#include <pthread.h>
#include <inttypes.h>
#include <media/msmb_camera.h>