From 55ef86da33c34604d59868f125b18b13027315f8 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Sun, 13 May 2012 13:02:37 +0000 Subject: [PATCH] Add a missing #include and fix a compiler warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit iso14443-subr.c:99: warning: no previous prototype for ‘iso14443_cascade_uid’ --- libnfc/iso14443-subr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libnfc/iso14443-subr.c b/libnfc/iso14443-subr.c index 4d0a0a9..a474d90 100644 --- a/libnfc/iso14443-subr.c +++ b/libnfc/iso14443-subr.c @@ -30,6 +30,7 @@ #include #include +#include "nfc-internal.h" /**