You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
509 B
27 lines
509 B
Index: conf_file.c |
|
--- conf_file.c.orig 2000-10-23 04:36:18 +0200 |
|
+++ conf_file.c 2006-11-16 07:47:38 +0100 |
|
@@ -34,6 +34,7 @@ |
|
#include <stdio.h> |
|
#include <stdlib.h> |
|
#include <string.h> |
|
+#include <errno.h> |
|
|
|
#include <conf_file.h> |
|
|
|
Index: md5.c |
|
--- md5.c.orig 2000-08-08 09:09:48 +0200 |
|
+++ md5.c 2006-11-16 07:48:32 +0100 |
|
@@ -27,11 +27,7 @@ |
|
#ifdef USE_MD5 |
|
|
|
#include <stdlib.h> |
|
-#ifdef HAVE_STRING_H |
|
-# include <string.h> |
|
-#else |
|
-# include <strings.h> |
|
-#endif |
|
+#include <string.h> |
|
|
|
#include "md5.h" |
|
|
|
|