ports/misc/delay/files/patch-delay.c
Mathieu Arnold 6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00: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