summaryrefslogtreecommitdiff
path: root/include/dlt/dlt_shm.h
diff options
context:
space:
mode:
authorChristian Muck <christian.muck@bmw.de>2012-01-16 16:14:27 +0100
committerChristian Muck <christian.muck@bmw.de>2012-01-16 16:14:27 +0100
commitf44294bba3598c84bb5fc766efa81b0634793e42 (patch)
tree7c99a6f3a3185f237ed9b02cd4d0e8bd5a6fa579 /include/dlt/dlt_shm.h
parent21b937679bbd82d20c6ca9e30c69d23b76b625cc (diff)
downloadDLT-daemon-f44294bba3598c84bb5fc766efa81b0634793e42.tar.gz
[GSW-137] Wrong include gives error on compailing against dlt
Diffstat (limited to 'include/dlt/dlt_shm.h')
-rw-r--r--include/dlt/dlt_shm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dlt/dlt_shm.h b/include/dlt/dlt_shm.h
index b623981..f0f488b 100644
--- a/include/dlt/dlt_shm.h
+++ b/include/dlt/dlt_shm.h
@@ -68,7 +68,7 @@
#ifndef DLT_SHM_H
#define DLT_SHM_H
-#include <dlt_common.h>
+#include "dlt_common.h"
/* shared memory key */
/* must be the same for server and cleint */