opnsense-ports/misc/delay/files/patch-delay.c
Franco Fichtner 05ec040734 */*: sync with upstream
Taken from: FreeBSD
2015-05-23 07:42:34 +02:00

10 lines
231 B
C

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