From f44294bba3598c84bb5fc766efa81b0634793e42 Mon Sep 17 00:00:00 2001 From: Christian Muck Date: Mon, 16 Jan 2012 16:14:27 +0100 Subject: [GSW-137] Wrong include gives error on compailing against dlt --- include/dlt/dlt_shm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dlt/dlt_shm.h') 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 +#include "dlt_common.h" /* shared memory key */ /* must be the same for server and cleint */ -- cgit v1.2.1