diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2013-11-07 08:06:26 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2013-11-07 08:06:26 +0100 |
commit | 3863afcdbbe07f44452b19b74514da48c4389743 (patch) | |
tree | 956ee53b0692a47babacfa64aee97bc8140016b1 | |
parent | b972a1abe4ea5bb10c5c2b68d2be3a32d2f0ddba (diff) | |
download | libuca-3863afcdbbe07f44452b19b74514da48c4389743.tar.gz libuca-3863afcdbbe07f44452b19b74514da48c4389743.tar.bz2 libuca-3863afcdbbe07f44452b19b74514da48c4389743.tar.xz libuca-3863afcdbbe07f44452b19b74514da48c4389743.zip |
Fix include path in documentation
-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: |