summaryrefslogtreecommitdiff
path: root/include/librfid/rfid.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/librfid/rfid.h')
-rw-r--r--include/librfid/rfid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/librfid/rfid.h b/include/librfid/rfid.h
index 580cc09..e92cf58 100644
--- a/include/librfid/rfid.h
+++ b/include/librfid/rfid.h
@@ -31,6 +31,8 @@ extern const char *rfid_hexdump(const void *data, unsigned int len);
#define DEBUGPC(x, args ...) fprintf(stderr, x, ## args)
#endif /* LIBRFID_FIRMWARE */
+#include <stdio.h>
+
#else /* DEBUG */
extern const char *rfid_hexdump(const void *data, unsigned int len);
personal git repositories of Harald Welte. Your mileage may vary