opnsense-ports/sysutils/ttyload/files/patch-ttyload.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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))