From 76035dde436231f1fd8fd1fe8d4ccf493a3021f6 Mon Sep 17 00:00:00 2001 From: ploetz Date: Sun, 10 Jun 2007 03:02:41 +0000 Subject: Need stdio.h for fprintf Add debug output for ATS git-svn-id: https://svn.gnumonks.org/trunk/librfid@2002 e0336214-984f-0b4b-a45f-81c69e1f0ede --- include/librfid/rfid.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 + #else /* DEBUG */ extern const char *rfid_hexdump(const void *data, unsigned int len); -- cgit v1.2.3