summaryrefslogtreecommitdiff
path: root/include/dlt/dlt_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dlt/dlt_types.h')
-rw-r--r--include/dlt/dlt_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dlt/dlt_types.h b/include/dlt/dlt_types.h
index 0047233..9943e31 100644
--- a/include/dlt/dlt_types.h
+++ b/include/dlt/dlt_types.h
@@ -176,7 +176,7 @@ typedef enum
typedef float float32_t;
typedef double float64_t;
-#ifdef DLT_USE_UNIX_SOCKET_IPC
+#if defined DLT_LIB_USE_UNIX_SOCKET_IPC || defined DLT_LIB_USE_VSOCK_IPC
/**
* Definition Library connection state
*/