summaryrefslogtreecommitdiff
path: root/host/opcd_test.c
diff options
context:
space:
mode:
authormeri <meri@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2007-04-11 07:33:44 +0000
committermeri <meri@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2007-04-11 07:33:44 +0000
commit3b41196cb6b64cf6ba8ba41d6995428f73d4764a (patch)
treee749800dcf370b7c3bd6f57615675eac7046a9a1 /host/opcd_test.c
parent4fd57073a8d182c33c4b88acbd80d19a352388ac (diff)
fixed include path of openpcd.h
git-svn-id: https://svn.openpcd.org:2342/trunk@310 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'host/opcd_test.c')
-rw-r--r--host/opcd_test.c2
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,
personal git repositories of Harald Welte. Your mileage may vary