1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/misc/delay/files/patch-delay.c
Kirill Ponomarev 4e390064ef Fix build
2004-08-22 20:06:42 +00:00

14 lines
243 B
C

$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