Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 9a87bd6c283e5e06b005323ecbc767a8 > files > 7

ez-ipupdate-3.0.11-0.29.b8.fc18.src.rpm

--- md5.c
+++ md5.c
@@ -27,12 +27,9 @@
 #ifdef USE_MD5
 
 #include <stdlib.h>
-#ifdef HAVE_STRING_H
-# include <string.h>
-#else
-# include <strings.h>
-#endif
-
+#include <stdio.h>
+#include <unistd.h>
+#include <string.h>
 #include "md5.h"
 
 #ifdef _LIBC