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

11 lines
325 B
C++

--- libs/libmythbase/mythtimer.cpp.orig 2013-09-18 20:06:08.000000000 +0000
+++ libs/libmythbase/mythtimer.cpp 2013-10-22 11:03:36.000000000 +0000
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <stdint.h>
+
// MythTV includes
#include "mythtimer.h"