From 43c69db4c1fed6a743818e25036bb6ad16df0b77 Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Wed, 10 Feb 2010 11:25:28 +0000 Subject: [PATCH] Fix header location. --- src/lsnfc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lsnfc.c b/src/lsnfc.c index 7995ca1..e6ed832 100644 --- a/src/lsnfc.c +++ b/src/lsnfc.c @@ -23,7 +23,7 @@ #include -#include +#include static nfc_device_t* pnd; static byte_t abtFelica[5] = { 0x00, 0xff, 0xff, 0x00, 0x00 };