From: iceman1001 <iceman@iuse.se>
Date: Wed, 23 Dec 2015 22:26:03 +0000 (+0100)
Subject: REM: removed an offensive #include on archlinux.   Compiles on mingw without.
X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/08e11f0a90d5d4360d67dc4a7e96315e794150e6

REM: removed an offensive #include on archlinux.   Compiles on mingw without.
---

diff --git a/common/protocols.c b/common/protocols.c
index 9f561e6b..b8361204 100644
--- a/common/protocols.c
+++ b/common/protocols.c
@@ -1,4 +1,3 @@
-#include <strings.h>
 #include <string.h>
 #include <stdint.h>
 #include <stdarg.h>