summaryrefslogtreecommitdiff
path: root/openpcd/firmware/include/openpcd.h
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-07-24 16:34:55 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-07-24 16:34:55 +0000
commitcaf5000333d37d2a772236bd6c3d539b0ee39c86 (patch)
tree2bf4d4da34282fdaa71dcfd55bc9207fc5c24c57 /openpcd/firmware/include/openpcd.h
parent6556e87c2bb82e4a2002ceea08865236c4c996e7 (diff)
major rework
git-svn-id: https://svn.openpcd.org:2342/trunk@35 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/firmware/include/openpcd.h')
-rw-r--r--openpcd/firmware/include/openpcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpcd/firmware/include/openpcd.h b/openpcd/firmware/include/openpcd.h
index 81d2ad1..6596717 100644
--- a/openpcd/firmware/include/openpcd.h
+++ b/openpcd/firmware/include/openpcd.h
@@ -3,7 +3,7 @@
/* This header file describes the USB protocol of the OpenPCD RFID reader */
-#include <include/types.h>
+#include <sys/types.h>
struct openpcd_hdr {
u_int8_t cmd; /* command */
personal git repositories of Harald Welte. Your mileage may vary