freebsd-ports/sysutils/ttyload/files/patch-ttyload.h
Dennis Herrmann 3750d2b399 - Update to 0.5.3
- Add manual
- Add stage support of ports
- Minor changes of Makefile

PR:		ports/184261
Submitted by:	Hung-Yi Chen <gaod@hychen.org>
2013-12-17 18:30:47 +00:00

11 lines
231 B
C

--- ttyload.h.orig 2013-11-24 00:51:20.729533285 +0800
+++ ttyload.h 2013-11-24 00:51:29.900534853 +0800
@@ -8,6 +8,8 @@
*
*/
+#include <time.h>
+
#define MIN(a,b) (((a)<(b))?(a):(b))
#define MAX(a,b) (((a)>(b))?(a):(b))