diff options
| -rw-r--r-- | docs/manual.md | 4 | 
1 files changed, 2 insertions, 2 deletions
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 <glib-object.h> -#include <uca-plugin-manager.h> -#include <uca-camera.h> +#include <uca/uca-plugin-manager.h> +#include <uca/uca-camera.h>  ~~~  Then you need to setup the type system:  | 
