diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2012-12-11 06:16:03 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2012-12-11 06:16:03 +0000 |
commit | 79499f3b22f786049f971de9211ddf170a8a84f4 (patch) | |
tree | 4a2eb60721dba5a93656dbbe09be0fca2ccb348e /lang/neko | |
parent | 338ac3129bf7f0bb5073eb96e0e275bae0d1bf50 (diff) |
Notes
Diffstat (limited to 'lang/neko')
-rw-r--r-- | lang/neko/files/patch-libs_std_md5.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/neko/files/patch-libs_std_md5.c b/lang/neko/files/patch-libs_std_md5.c new file mode 100644 index 000000000000..ebc3613a92f1 --- /dev/null +++ b/lang/neko/files/patch-libs_std_md5.c @@ -0,0 +1,11 @@ +--- 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> |