From 9ce76f09417c31a8fc904b67624c0f3b397c21c0 Mon Sep 17 00:00:00 2001 From: laforge Date: Sat, 14 Oct 2006 15:04:10 +0000 Subject: - separate 'STATIC' (non-dyamic-allocation) from 'FIRMWARE' (no host drivers) - enhance openpcd in-firmware driver stubs - fix 15693 segfaults with cm5121 and openpcd (15693 is not working yet!) git-svn-id: https://svn.gnumonks.org/trunk/librfid@1904 e0336214-984f-0b4b-a45f-81c69e1f0ede --- src/ccid/ccid-driver.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ccid/ccid-driver.c') 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 + +#ifndef LIBRFID_FIRMWARE + #ifdef HAVE_CONFIG_H # include #endif @@ -2446,3 +2450,5 @@ main (int argc, char **argv) */ #endif /*TEST*/ #endif /*HAVE_LIBUSB*/ + +#endif /* LIBRFID_FIRMWARE */ -- cgit v1.2.3