diff options
| author | Tyge Løvset <[email protected]> | 2022-03-26 18:01:10 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-03-26 18:01:10 +0100 |
| commit | 3a291671c2583033f821b7c8d68d22b1897a6e15 (patch) | |
| tree | faf7aa5eaecf99d27448328fc14e77c57ed4c1b2 /docs | |
| parent | d01e1683a8d0e51cad354531a2b2db4b3f4eb9a5 (diff) | |
| download | STC-modified-3a291671c2583033f821b7c8d68d22b1897a6e15.tar.gz STC-modified-3a291671c2583033f821b7c8d68d22b1897a6e15.zip | |
Yet another missing line.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/csview_api.md | 1 |
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 () |
