summaryrefslogtreecommitdiff
path: root/src/dlt-qnx-system/dlt-qnx-system.h
diff options
context:
space:
mode:
authorSaya Sugiura <ssugiura@jp.adit-jv.com>2021-07-28 10:39:38 +0900
committerSaya Sugiura <ssugiura@jp.adit-jv.com>2021-10-05 11:07:37 +0900
commitcafa943089779bdc79b879898d11abf9c7521fbe (patch)
treec16caaaf25ab0b81555a755b587677098b8698e3 /src/dlt-qnx-system/dlt-qnx-system.h
parent876575189a199b0a35c3fa0adc37f5e3ca1b3fc8 (diff)
downloadDLT-daemon-cafa943089779bdc79b879898d11abf9c7521fbe.tar.gz
header: Adapt to DLT_DISABLE_MACRO
If dlt.h is included in external application, it needed to include -DDLT_DISABLE_MACRO to make ifdef switch work. This commit adds DLT_DISABLE_MACRO in dlt_user.h so that no additional definition is needed in application. Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
Diffstat (limited to 'src/dlt-qnx-system/dlt-qnx-system.h')
-rw-r--r--src/dlt-qnx-system/dlt-qnx-system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dlt-qnx-system/dlt-qnx-system.h b/src/dlt-qnx-system/dlt-qnx-system.h
index 270b8be..ad6dc64 100644
--- a/src/dlt-qnx-system/dlt-qnx-system.h
+++ b/src/dlt-qnx-system/dlt-qnx-system.h
@@ -52,6 +52,7 @@
#define DLT_QNX_SYSTEM_H_
#include "dlt.h"
+#include "dlt_user_macros.h"
/* Constants */
#define DEFAULT_CONF_FILE ( CONFIGURATION_FILES_DIR "/dlt-qnx-system.conf")