From 3863afcdbbe07f44452b19b74514da48c4389743 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Thu, 7 Nov 2013 08:06:26 +0100 Subject: Fix include path in documentation --- docs/manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/manual.md b/docs/manual.md index 51aa4eb..12b8a85 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -127,8 +127,8 @@ necessary header files: ~~~ {.c} #include -#include -#include +#include +#include ~~~ Then you need to setup the type system: -- cgit v1.2.3