openbsd-ports/www/snownews/patches/patch-digcalc_c

15 lines
330 B
Plaintext

$OpenBSD: patch-digcalc_c,v 1.2 2008/01/14 22:40:39 martynas Exp $
--- digcalc.c.orig Tue Jan 8 11:41:02 2008
+++ digcalc.c Sat Jan 12 21:30:42 2008
@@ -11,8 +11,8 @@
* MD5 implementation rather than using RSA's.
*/
-#include "md5.h"
-
+#include <sys/types.h>
+#include <md5.h>
#include <string.h>
#include "digcalc.h"