mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
8a780985d0
- Add staging support - Convert optional dependencies to new format - Add a few clang patches but switch to USE_GCC=any because there's quite some work left (contributors?)
11 lines
278 B
C++
11 lines
278 B
C++
--- libs/libmythbase/mythmiscutil.h.orig 2013-09-18 20:06:08.000000000 +0000
|
|
+++ libs/libmythbase/mythmiscutil.h 2013-10-18 12:23:08.000000000 +0000
|
|
@@ -2,6 +2,7 @@
|
|
#define MYTHMISCUTIL_H_
|
|
|
|
#include <stdint.h>
|
|
+#include <time.h>
|
|
|
|
#include <algorithm>
|
|
using namespace std;
|