From fbee88b63ede15f7ad5d9c6c12ade48d7d1d7bfb Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Mon, 6 Sep 2010 09:09:52 +0000 Subject: [PATCH] =?UTF-8?q?Prevent=20from=20warning:=20implicit=20declarat?= =?UTF-8?q?ion=20of=20function=20=E2=80=98bzero=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libnfc/drivers/arygon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libnfc/drivers/arygon.c b/libnfc/drivers/arygon.c index f876b87..7565b75 100644 --- a/libnfc/drivers/arygon.c +++ b/libnfc/drivers/arygon.c @@ -33,6 +33,7 @@ #include #include +#include #include "arygon.h"