aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-08-23 04:06:42 +0800
committerkrion <krion@FreeBSD.org>2004-08-23 04:06:42 +0800
commita8f0f6117797f67aaafba2ad02ba55eaa404652d (patch)
tree5892b91f577b9891ec4a34c4f304f336eaaa7544 /misc
parentf5e9ce75858cb960d04164db2ce03ba7cfe8a252 (diff)
downloadfreebsd-ports-gnome-a8f0f6117797f67aaafba2ad02ba55eaa404652d.tar.gz
freebsd-ports-gnome-a8f0f6117797f67aaafba2ad02ba55eaa404652d.tar.zst
freebsd-ports-gnome-a8f0f6117797f67aaafba2ad02ba55eaa404652d.zip
Fix build
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