aboutsummaryrefslogtreecommitdiff
path: root/decoder/source/c_api/ocsd_c_api.cpp
diff options
context:
space:
mode:
authorMathieu Poirier <mathieu.poirier@linaro.org>2017-12-11 13:39:55 -0700
committerMike Leach <mike.leach@linaro.org>2017-12-15 11:27:04 +0000
commit7d833fdd9883d1695d932b3624d20af926402f07 (patch)
treee18585ef993fc071884e2371f77a113d77254509 /decoder/source/c_api/ocsd_c_api.cpp
parentd8d0ea21aab5edc872cf11056078ad76d0b8c40c (diff)
downloadOpenCSD-7d833fdd9883d1695d932b3624d20af926402f07.tar.gz
opencsd: Creating user API include directory
Some of the header file need to be exposed to client programs so that they can be compiled against them. As such moving the header file needed to compile the current perf tools to an "opencsd" directory under include/ and adjust other files to reflect the change. With this change user programs can now be compiled without having to specify the -I option. The other advantage is that the library can be packaged for installation on a system. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Diffstat (limited to 'decoder/source/c_api/ocsd_c_api.cpp')
-rw-r--r--decoder/source/c_api/ocsd_c_api.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/source/c_api/ocsd_c_api.cpp b/decoder/source/c_api/ocsd_c_api.cpp
index b866db8..1a2a74f 100644
--- a/decoder/source/c_api/ocsd_c_api.cpp
+++ b/decoder/source/c_api/ocsd_c_api.cpp
@@ -38,7 +38,7 @@
#include "opencsd.h"
/* C-API and wrapper objects */
-#include "c_api/opencsd_c_api.h"
+#include "opencsd/c_api/opencsd_c_api.h"
#include "ocsd_c_api_obj.h"
/** MSVC2010 unwanted export workaround */