diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-25 11:37:37 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-25 11:37:37 +0000 |
commit | f334de6d981441210f42779b2859b8e0ab09f67b (patch) | |
tree | e1ca753cb00db16e7c2f1c883813930e58674fbd /mail/kiltdown/files/patch-tools-dlgstrip.cc | |
parent | - remove broken, fix build under CURRENT (diff) |
- Fix build under CURRENT
Notes
Notes:
svn path=/head/; revision=71842
Diffstat (limited to '')
-rw-r--r-- | mail/kiltdown/files/patch-tools-dlgstrip.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/kiltdown/files/patch-tools-dlgstrip.cc b/mail/kiltdown/files/patch-tools-dlgstrip.cc new file mode 100644 index 000000000000..11444a4f7762 --- /dev/null +++ b/mail/kiltdown/files/patch-tools-dlgstrip.cc @@ -0,0 +1,10 @@ +--- tools/dlgstrip.cc.orig Mon May 14 05:25:23 2001 ++++ tools/dlgstrip.cc Wed Dec 25 11:21:16 2002 +@@ -13,6 +13,7 @@ + #include <stdio.h> + #include <string.h> + #include <unistd.h> ++#include <stdlib.h> + + /** + * DANGER!!! DANGER!!! DANGER!!! DANGER!!! DANGER!!! DANGER!!! DANGER!!! |