aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2015-03-03 18:09:35 +0000
committerMikhail Teterin <mi@FreeBSD.org>2015-03-03 18:09:35 +0000
commita318c6bae1983ea83a04d5358aaab82d45bf19e9 (patch)
tree55b688a769dbe8dc73fd9f715b101737451a353a
parent9905b9e2e0ccf5d9192a3e1cf2e2c49df81cf203 (diff)
downloadports-a318c6bae1983ea83a04d5358aaab82d45bf19e9.tar.gz
ports-a318c6bae1983ea83a04d5358aaab82d45bf19e9.zip
Notes
-rw-r--r--textproc/wordnet/files/patch-lib__wnutil.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/wordnet/files/patch-lib__wnutil.c b/textproc/wordnet/files/patch-lib__wnutil.c
index 0d86cfc307bb..4df892f40b29 100644
--- a/textproc/wordnet/files/patch-lib__wnutil.c
+++ b/textproc/wordnet/files/patch-lib__wnutil.c
@@ -1,10 +1,11 @@
--- lib/wnutil.c Fri May 6 13:17:39 2005
+++ lib/wnutil.c Wed Dec 21 16:04:36 2005
-@@ -15,5 +15,5 @@
+@@ -15,5 +15,6 @@
#ifdef __unix__
#ifndef __MACH__
-#include <malloc.h>
+#include <stdlib.h>
++#include <stdint.h>
#endif
#endif
@@ -25,5 +25,5 @@