summaryrefslogtreecommitdiff
path: root/src/ccid/ccid-driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ccid/ccid-driver.c')
-rw-r--r--src/ccid/ccid-driver.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ccid/ccid-driver.c b/src/ccid/ccid-driver.c
index edca5ca..e440167 100644
--- a/src/ccid/ccid-driver.c
+++ b/src/ccid/ccid-driver.c
@@ -71,6 +71,10 @@
level exchange and does fully automatic initialization.
*/
+#include <librfid/rfid.h>
+
+#ifndef LIBRFID_FIRMWARE
+
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
@@ -2446,3 +2450,5 @@ main (int argc, char **argv)
*/
#endif /*TEST*/
#endif /*HAVE_LIBUSB*/
+
+#endif /* LIBRFID_FIRMWARE */
personal git repositories of Harald Welte. Your mileage may vary