forked from Lainports/freebsd-ports
- Add LICENSE [1] - Fix for clang [1] - Use shebangfix - Remove unneeded pre/post include PR: 191323 Submitted by: maintainer
10 lines
225 B
Diff
10 lines
225 B
Diff
--- libmail/envelope.H.orig 2014-06-24 00:28:56.000000000 +0200
|
|
+++ libmail/envelope.H 2014-06-24 00:29:36.000000000 +0200
|
|
@@ -8,6 +8,7 @@
|
|
|
|
#include <vector>
|
|
#include <string>
|
|
+#include <ctime>
|
|
|
|
#include "namespace.H"
|
|
|