aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-26 21:36:54 -0800
committerElliott Hughes <enh@google.com>2015-01-26 21:36:54 -0800
commit7d8048d2853335f06ddd71539830cfc2a270585e (patch)
tree15d64cd17061207c357275fde94d9e75fd65099a
parentc8e9f406b7c13d6eb717f5f1359469ddad181ed9 (diff)
downloadpsb_video-7d8048d2853335f06ddd71539830cfc2a270585e.tar.gz
Add missing <string.h> include.
Change-Id: Ie6ba07b09a2f357370a2aa1195762e7b48bdc10d
-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 5feb3fc..4e97aae 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 ))