diff options
author | meri <meri@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-04-11 07:33:44 +0000 |
---|---|---|
committer | meri <meri@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-04-11 07:33:44 +0000 |
commit | 3b41196cb6b64cf6ba8ba41d6995428f73d4764a (patch) | |
tree | e749800dcf370b7c3bd6f57615675eac7046a9a1 | |
parent | 4fd57073a8d182c33c4b88acbd80d19a352388ac (diff) |
fixed include path of openpcd.h
git-svn-id: https://svn.openpcd.org:2342/trunk@310 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
-rw-r--r-- | host/opcd_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/opcd_test.c b/host/opcd_test.c index dd13023..f2737c4 100644 --- a/host/opcd_test.c +++ b/host/opcd_test.c @@ -30,7 +30,7 @@ #include <usb.h> -#include "../firmware/include/openpcd.h" +#include <openpcd.h> #include "opcd_usb.h" static int get_number(const char *optarg, unsigned int min, |