mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
10 lines
231 B
C
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
|