aboutsummaryrefslogtreecommitdiff
path: root/src/vsp_VPP.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vsp_VPP.c')
-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 ))