From ba58138aa93cb6bcf32f926cbca71e8654769268 Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Tue, 17 Jan 2012 13:51:58 +0000 Subject: [PATCH] PRIu32 is defined in inttypes.h. --- libnfc/drivers/acr122.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libnfc/drivers/acr122.c b/libnfc/drivers/acr122.c index db9ecc4..69fdf42 100644 --- a/libnfc/drivers/acr122.c +++ b/libnfc/drivers/acr122.c @@ -26,6 +26,7 @@ # include "config.h" #endif // HAVE_CONFIG_H +#include #include #include #include