8df20cbbba
- Fix build without SSLv3 [2] Thanks ro brnrd for providing an updated patch. PR: 202677 [1], 203697 [2] Submitted by: yamagi at yamagi.org [1] Submitted by: cpbsdmail at gmail.com [2] MFH: 2015Q4
10 lines
178 B
C++
10 lines
178 B
C++
--- libmail/envelope.H.orig 2014-01-06 19:37:10 UTC
|
|
+++ libmail/envelope.H
|
|
@@ -8,6 +8,7 @@
|
|
|
|
#include <vector>
|
|
#include <string>
|
|
+#include <time.h>
|
|
|
|
#include "namespace.H"
|
|
|