summaryrefslogtreecommitdiffstats
path: root/libtiutils/ErrorUtils.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-03-05 17:21:00 -0800
committerMathias Agopian <mathias@google.com>2012-03-05 17:21:00 -0800
commit1d0e99f00b2089482e5f7c91ce0b0866f465a4d6 (patch)
tree253308a6f90cc7c116f36a99ec7416156ea81606 /libtiutils/ErrorUtils.h
parentd502c430fba913cf87831c028c87b044e1e412d2 (diff)
downloadhardware_ti_omap4xxx-1d0e99f00b2089482e5f7c91ce0b0866f465a4d6.zip
hardware_ti_omap4xxx-1d0e99f00b2089482e5f7c91ce0b0866f465a4d6.tar.gz
hardware_ti_omap4xxx-1d0e99f00b2089482e5f7c91ce0b0866f465a4d6.tar.bz2
fix hardcoded include paths
Change-Id: Idda63f9af654bf136755efc38e7bb50ba6f8ca24
Diffstat (limited to 'libtiutils/ErrorUtils.h')
-rw-r--r--libtiutils/ErrorUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtiutils/ErrorUtils.h b/libtiutils/ErrorUtils.h
index 24dd806..204ec97 100644
--- a/libtiutils/ErrorUtils.h
+++ b/libtiutils/ErrorUtils.h
@@ -18,7 +18,7 @@
#define ERROR_UTILS_H
///Header file where all the android error codes are defined
-#include <Errors.h>
+#include <utils/Errors.h>
///Header file where all the OMX error codes are defined
#include "OMX_Core.h"