summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-11-07 08:06:26 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-11-07 08:06:26 +0100
commit3863afcdbbe07f44452b19b74514da48c4389743 (patch)
tree956ee53b0692a47babacfa64aee97bc8140016b1
parentb972a1abe4ea5bb10c5c2b68d2be3a32d2f0ddba (diff)
downloaduca-3863afcdbbe07f44452b19b74514da48c4389743.tar.gz
uca-3863afcdbbe07f44452b19b74514da48c4389743.tar.bz2
uca-3863afcdbbe07f44452b19b74514da48c4389743.tar.xz
uca-3863afcdbbe07f44452b19b74514da48c4389743.zip
Fix include path in documentation
-rw-r--r--docs/manual.md4
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: