ports/sysutils/ttyload/patches/patch-ttyload_h

13 lines
240 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Include needed for time_t.
--- ttyload.h.orig Tue Dec 24 00:51:31 2013
+++ ttyload.h Tue Dec 24 00:51:44 2013
@@ -8,6 +8,8 @@
*
*/
+#include <sys/time.h>
+
#define MIN(a,b) (((a)<(b))?(a):(b))
#define MAX(a,b) (((a)>(b))?(a):(b))