freebsd-ports/multimedia/mythtv/files/patch-libs__libmyth__remoteutil.h
Bernhard Froehlich a0bbf092a7 - Update to latest 0.27 stable branch from github
- Add patches to build with clang [1]
- Use OPTIONS_SUB

PR:		ports/186005 [1]
Submitted by:	John Clark <clarkjc@runbox.com> [1]
2014-01-25 19:44:21 +00:00

11 lines
264 B
C++

--- libs/libmyth/remoteutil.h.orig 2013-09-18 16:06:08.000000000 -0400
+++ libs/libmyth/remoteutil.h 2014-01-22 08:26:34.000000000 -0500
@@ -8,6 +8,7 @@
using namespace std;
#include "mythexp.h"
+#include <sys/types.h>
class ProgramInfo;
class MythEvent;