- Add patches to build with clang [1] - Use OPTIONS_SUB PR: ports/186005 [1] Submitted by: John Clark <clarkjc@runbox.com> [1]
11 lines
264 B
C++
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;
|
|
|