mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
- 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?)
10 lines
310 B
C++
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>
|