forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
245 B
C++
10 lines
245 B
C++
--- main.cpp.orig Tue Jan 24 03:04:56 2006
|
|
+++ main.cpp Sun Jul 9 23:38:13 2006
|
|
@@ -1,6 +1,7 @@
|
|
|
|
/* This is the main body of my C++ mailer */
|
|
|
|
+#include <limits.h>
|
|
#include <time.h>
|
|
|
|
/* Include all of the standard headers that we need */
|