summaryrefslogtreecommitdiff
path: root/sysutils/fdupes/patches/patch-ab
blob: 767fbe8fdf7a790e02788d7948600f4999dd26a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ab,v 1.1.1.1 2008/12/17 11:56:26 obache Exp $

--- md5/md5.c.orig	1999-11-05 01:04:36.000000000 +0000
+++ md5/md5.c
@@ -38,6 +38,8 @@
   1999-05-03 lpd Original version.
  */
 
+#include <string.h>
+
 #include "md5.h"
 
 #ifdef TEST
@@ -46,7 +48,6 @@
  * The test program should print out the same values as given in section
  * A.5 of RFC 1321, reproduced below.
  */
-#include <string.h>
 main()
 {
     static const char *const test[7] = {