1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/multimedia/mythtv/files/patch-libs__libmythbase__mythmiscutil.h
Bernhard Froehlich 8a780985d0 - Update to 0.27
- 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?)
2013-11-18 12:03:42 +00:00

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;