From cfe1939e7d11c5c3863ed474ff9bc590422c97e7 Mon Sep 17 00:00:00 2001 From: Jann Horn Date: Tue, 20 Aug 2013 21:31:44 +0200 Subject: [PATCH] string: fix, make it compile on non-SSE2 machines --- string.c | 1 - 1 file changed, 1 deletion(-) diff --git a/string.c b/string.c index f58fd3c..76aa69e 100644 --- a/string.c +++ b/string.c @@ -2,7 +2,6 @@ // This code is licensed under the AGPLv3. #include -#include HEADER #include HEADER #define streq(a,b) (!strcmp((a),(b))) -- 2.20.1