ports/sysutils/msyslog/files/patch-md5.h
Will Andrews d9ea8a1921 Add msyslog 1.04b, a flexible and easy to integrate syslog daemon.
PR:		27308
Submitted by:	Anders Nordby <anders@fix.no>
2001-05-20 02:54:49 +00:00

11 lines
243 B
C

--- 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 {