projects
/
libjh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66aa58d
)
string: fix, make it compile on non-SSE2 machines
author
Jann Horn
<jann@thejh.net>
Tue, 20 Aug 2013 19:31:44 +0000
(21:31 +0200)
committer
Jann Horn
<jann@thejh.net>
Tue, 20 Aug 2013 19:31:44 +0000
(21:31 +0200)
string.c
patch
|
blob
|
history
diff --git
a/string.c
b/string.c
index
f58fd3c
..
76aa69e
100644
(file)
--- a/
string.c
+++ b/
string.c
@@
-2,7
+2,6
@@
// This code is licensed under the AGPLv3.
#include <string.h>
-#include <emmintrin.h>
HEADER #include <stdint.h>
HEADER #define streq(a,b) (!strcmp((a),(b)))