]> jfr.im git - solanum.git/blobdiff - wsockd/sha1.c
filter: match in two passes, before and after stripping
[solanum.git] / wsockd / sha1.c
index 3214951d8bb215f0001c741a9707e00387907f1d..f3fce53180a850f7d6bae73770bf501a37ec00a6 100644 (file)
@@ -11,7 +11,8 @@
  *   34AA973C D4C4DAA4 F61EEB2B DBAD2731 6534016F
  */
 
-#include <string.h>
+#include "stdinc.h"
+
 #ifdef _WIN32
        #include <winsock2.h> // for htonl()
 #else