freebsd-ports/sysutils/msyslog/files/patch-sha1.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

12 lines
237 B
C

--- src/peo/sha1.h.orig Sun May 13 00:40:12 2001
+++ src/peo/sha1.h Sun May 13 00:40:37 2001
@@ -9,7 +9,7 @@
#ifndef _SHA1_H
#define _SHA1_H
-#include "typedefs.h"
+#include <sys/types.h>
typedef struct {
u_int32_t state[5];