diff options
Diffstat (limited to 'thirdparty')
-rw-r--r-- | thirdparty/md5/md5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/md5/md5.c b/thirdparty/md5/md5.c index db3b61a5..6e60a9c5 100644 --- a/thirdparty/md5/md5.c +++ b/thirdparty/md5/md5.c @@ -19,7 +19,7 @@ prototypes) to maintain the tradition that Netfone will compile with Sun's original "cc". */ -#include <memory.h> /* for memcpy() */ +#include <string.h> /* for memcpy() */ #include "md5.h" #ifndef HIGHFIRST |