summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-03-26 18:01:10 +0100
committerTyge Løvset <[email protected]>2022-03-26 18:01:10 +0100
commit3a291671c2583033f821b7c8d68d22b1897a6e15 (patch)
treefaf7aa5eaecf99d27448328fc14e77c57ed4c1b2 /docs
parentd01e1683a8d0e51cad354531a2b2db4b3f4eb9a5 (diff)
downloadSTC-modified-3a291671c2583033f821b7c8d68d22b1897a6e15.tar.gz
STC-modified-3a291671c2583033f821b7c8d68d22b1897a6e15.zip
Yet another missing line.
Diffstat (limited to 'docs')
-rw-r--r--docs/csview_api.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/csview_api.md b/docs/csview_api.md
index 65eaa0cf..a472194f 100644
--- a/docs/csview_api.md
+++ b/docs/csview_api.md
@@ -120,6 +120,7 @@ uint64_t csview_hash(const csview* x, size_t dummy);
## Example
```c
+#include <stc/cstr.h>
#include <stc/csview.h>
int main ()