Add missing #include.
authorBodo Möller <bodo@openssl.org>
Mon, 1 May 2000 19:49:41 +0000 (19:49 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 1 May 2000 19:49:41 +0000 (19:49 +0000)
crypto/dso/dso_win32.c

index 2b1ab2177d1059427d4aa76238ab8f0a05e6129a..c495840bd2f271e5f1d26092d9f474be7f212b08 100644 (file)
@@ -57,6 +57,7 @@
  */
 
 #include <stdio.h>
+#include <string.h>
 #include "cryptlib.h"
 #include <openssl/dso.h>