summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-22 20:06:42 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-22 20:06:42 +0000
commit4e390064ef204f8b3b55178a5292e248ae05737f (patch)
treea82efd57b1315dee530c44796fff961716cbae96 /misc
parentRe-add alphabet_sounds_fr in the correct category. (diff)
Fix build
Notes
Notes: svn path=/head/; revision=117056
Diffstat (limited to 'misc')
-rw-r--r--misc/delay/files/patch-delay.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/delay/files/patch-delay.c b/misc/delay/files/patch-delay.c
new file mode 100644
index 000000000000..8a559ba46ea2
--- /dev/null
+++ b/misc/delay/files/patch-delay.c
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- delay.c.orig Sun Aug 22 22:05:16 2004
++++ delay.c Sun Aug 22 22:05:28 2004
+@@ -21,6 +21,7 @@
+ #include <sys/time.h>
+ #include <unistd.h>
+ #include <string.h>
++#include <stdlib.h>
+ #include "parsetime.h"
+
+ #ifdef HAVE_CURSES_H