summaryrefslogtreecommitdiff
path: root/libc2dcolorconvert
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2015-07-07 12:44:46 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2015-07-07 12:44:46 -0700
commit5cf163027cdf26a7cec90016941a0d4d85cf6d74 (patch)
treea3d939e6f4e625733b7482d66adaab187c60fad2 /libc2dcolorconvert
parentcc1aa64dd654247a701c9adaa1d14cd247472d30 (diff)
parentbdbf3aad01d2ae5ccbd9dab815eddc9e788d6cb8 (diff)
downloadmedia-5cf163027cdf26a7cec90016941a0d4d85cf6d74.tar.gz
Merge "mm-video-v4l2: compilation fixes for C++11 compiler"
Diffstat (limited to 'libc2dcolorconvert')
-rw-r--r--libc2dcolorconvert/C2DColorConverter.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/libc2dcolorconvert/C2DColorConverter.cpp b/libc2dcolorconvert/C2DColorConverter.cpp
index acdff9db..64ea7713 100644
--- a/libc2dcolorconvert/C2DColorConverter.cpp
+++ b/libc2dcolorconvert/C2DColorConverter.cpp
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012 - 2013, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2012 - 2015, The Linux Foundation. All rights reserved.
*
* redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -34,6 +34,8 @@
#include <sys/ioctl.h>
#include <utils/Log.h>
#include <dlfcn.h>
+#include <string.h>
+#include <errno.h>
#undef LOG_TAG
#define LOG_TAG "C2DColorConvert"