From ec58634a671f7c424e9b12e4c1433a908e642be1 Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Tue, 7 Sep 2010 08:45:03 +0000 Subject: [PATCH] Fix build on Microsoft Windows. --- libnfc/drivers/arygon.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libnfc/drivers/arygon.c b/libnfc/drivers/arygon.c index 7565b75..3456d51 100644 --- a/libnfc/drivers/arygon.c +++ b/libnfc/drivers/arygon.c @@ -33,7 +33,9 @@ #include #include -#include +#ifdef HAVE_STRINGS_H +# include +#endif #include "arygon.h"