aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/msyslog/files/patch-md5.h
blob: c87de3fef159fcfe372ca0c84185a0e145e15971 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/peo/md5.h.orig  Tue Dec  5 00:17:51 2000
+++ src/peo/md5.h   Sun May 13 00:38:59 2001
@@ -27,7 +27,7 @@
 #ifndef _MD5_H_
 #define _MD5_H_
 
-#include "typedefs.h"
+#include <sys/types.h>
 
 /* MD5 context. */
 typedef struct MD5Context {