aboutsummaryrefslogtreecommitdiffstats
path: root/o3000.c
diff options
context:
space:
mode:
authorPatrick Roth <roth@stettbacher.ch>2019-10-18 14:16:00 +0200
committerPatrick Roth <roth@stettbacher.ch>2019-10-18 14:16:00 +0200
commita8efd27cd5aee8e77638190fa620a39e1c54492a (patch)
treea690eda2da355ad72b323ac6c58d8929f27cbaae /o3000.c
parentproject name added (diff)
downloado3000-driver-a8efd27cd5aee8e77638190fa620a39e1c54492a.tar.gz
o3000-driver-a8efd27cd5aee8e77638190fa620a39e1c54492a.zip
wrong include paths for o-3000 header files
Diffstat (limited to 'o3000.c')
-rw-r--r--o3000.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/o3000.c b/o3000.c
index 1ad5676..16b355f 100644
--- a/o3000.c
+++ b/o3000.c
@@ -236,9 +236,9 @@ or a transfer may contain several frames.
#include <stdlib.h>
#include <stdarg.h>
-#include "o3000/o3000_portable.h"
+#include "o3000_portable.h"
#include "o3000_private.h"
-#include "o3000/o3000.h"
+#include "o3000.h"
#include "o3000_xfer_handler.h"