1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

Fix build

This commit is contained in:
Kirill Ponomarev 2004-08-22 20:06:42 +00:00
parent 3c15fc92f1
commit 4e390064ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117056

View File

@ -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