Add "#include <string.h>" so strerror() doesn't produce compiler warnings.

This commit is contained in:
root
2008-03-20 18:14:58 -07:00
parent 852d777bc1
commit 291431ce2d
+1
View File
@@ -23,6 +23,7 @@
#include "dhparams.h"
#include <assert.h>
#include <errno.h>
#include <string.h>
#include <netinet/tcp.h>
#include <openssl/err.h>
#include <openssl/ssl.h>