summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJacques GUILLOU <jacques.guillou@pelagicore.com>2014-12-18 18:50:10 +0100
committerChristian Linke <christian.linke@bmw.de>2015-02-17 14:34:00 +0100
commit9128298ecedb7bf0da45d8a6c3bd594dabee8fe3 (patch)
treec7d20adb8666f2692d11cc7d00a83778ff2805bf /include
parenta725359494fbaa7598da4972784c3d30efeea34d (diff)
downloadaudiomanager-9128298ecedb7bf0da45d8a6c3bd594dabee8fe3.tar.gz
Fix usage of DLT
Diffstat (limited to 'include')
-rw-r--r--include/shared/CAmDltWrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/shared/CAmDltWrapper.h b/include/shared/CAmDltWrapper.h
index cc52faf..49cae31 100644
--- a/include/shared/CAmDltWrapper.h
+++ b/include/shared/CAmDltWrapper.h
@@ -26,7 +26,7 @@
#include "audiomanagertypes.h"
#ifdef WITH_DLT
-#include <dlt/dlt.h>
+#include <dlt.h>
namespace am
{
#else