ports/multimedia/mythtv-frontend/files/patch-libs__libmythbase__mythtimezone.cpp
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

10 lines
310 B
C++

--- libs/libmythbase/mythtimezone.cpp.orig 2013-09-18 20:06:08.000000000 +0000
+++ libs/libmythbase/mythtimezone.cpp 2013-10-18 16:01:39.000000000 +0000
@@ -1,6 +1,7 @@
#include "mythtimezone.h"
#include <stdlib.h> // for malloc, getenv
+#include <time.h>
#include <QDataStream>
#include <QTextStream>