diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/librfid/rfid.h | 2 |
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); |