diff options
Diffstat (limited to 'docs/u8c_dbg.3')
-rw-r--r-- | docs/u8c_dbg.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/u8c_dbg.3 b/docs/u8c_dbg.3 index d1f95eb..d461d4e 100644 --- a/docs/u8c_dbg.3 +++ b/docs/u8c_dbg.3 @@ -6,6 +6,7 @@ u8c_dbg - Debug - Whether or not the library is in debug mode. .PP .nf \f[C] +/* # include <u8c/main.h> */ # include <stdbool.h> extern bool const u8c_dbg; \f[R] |