mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e97ca0b979
PR: 18111 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> and Maxim Sobolev <sobomax@altavista.net> (additional patches)
12 lines
239 B
Plaintext
12 lines
239 B
Plaintext
--- misc.c.orig Thu Apr 20 15:20:56 2000
|
|
+++ misc.c Thu Apr 20 15:21:12 2000
|
|
@@ -28,7 +28,7 @@
|
|
#include "errors.h"
|
|
#include "proto.h"
|
|
#include "config.h"
|
|
-#include "md5.h"
|
|
+#include <md5.h>
|
|
|
|
|
|
/*++++++++++++++++++++++++++++++++++++++
|