aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-27 05:50:19 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-27 05:50:19 +0000
commitf67eadb89cf8bea6b2871766ae3560958d98bc0b (patch)
tree53bbcc5063ef0b2cb099cca7e20b1a0a1767deb6
parentb2c02f9c74be2ef0a1d938a0cf8ebc9d75be91f3 (diff)
parent7d8048d2853335f06ddd71539830cfc2a270585e (diff)
downloadpsb_video-f67eadb89cf8bea6b2871766ae3560958d98bc0b.tar.gz
am 7d8048d2: Add missing <string.h> include.
* commit '7d8048d2853335f06ddd71539830cfc2a270585e': Add missing <string.h> include.
-rw-r--r--src/vsp_VPP.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vsp_VPP.c b/src/vsp_VPP.c
index e597c89..0da7aad 100644
--- a/src/vsp_VPP.c
+++ b/src/vsp_VPP.c
@@ -33,6 +33,8 @@
#include "psb_drv_debug.h"
#include "vsp_compose.h"
+#include <string.h>
+
#define INIT_DRIVER_DATA psb_driver_data_p driver_data = (psb_driver_data_p) ctx->pDriverData;
#define INIT_CONTEXT_VPP context_VPP_p ctx = (context_VPP_p) obj_context->format_data;
#define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))