summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/dlt_for_developers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dlt_for_developers.md b/doc/dlt_for_developers.md
index 9f3f09c..868aa90 100644
--- a/doc/dlt_for_developers.md
+++ b/doc/dlt_for_developers.md
@@ -27,7 +27,7 @@ minimal code example. Detailed information about the API can be found later in
this document.
```
-#include <dlt/dlt.h>
+#include <dlt.h>
DLT_DECLARE_CONTEXT(ctx); /* declare context */