mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
12 lines
316 B
C
12 lines
316 B
C
--- libs/std/md5.c.orig 2012-12-05 14:07:07.000000000 +0900
|
|
+++ libs/std/md5.c 2012-12-05 14:07:20.000000000 +0900
|
|
@@ -16,7 +16,7 @@
|
|
/* ************************************************************************ */
|
|
#include <neko.h>
|
|
#include <string.h>
|
|
-#include "sha1.h"
|
|
+#include "../common/sha1.h"
|
|
|
|
/**
|
|
<doc>
|