diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2018-03-02 14:20:03 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2018-03-02 14:20:03 +0000 |
commit | ea56c3f287a7440a665e5e32b4710f94bc73e73a (patch) | |
tree | ae4c538c3eace0e70059afd3874ee62db5d1ed9b /multimedia/mythtv/files/patch-libs_libmyth_remoteutil.h | |
parent | Update to 4.16.43 (diff) |
Rename and update patches per current convention ahead of new version update
to make community testing of new version a little easier and eliminate
potential confusion.
PR: 225652
Diffstat (limited to 'multimedia/mythtv/files/patch-libs_libmyth_remoteutil.h')
-rw-r--r-- | multimedia/mythtv/files/patch-libs_libmyth_remoteutil.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/mythtv/files/patch-libs_libmyth_remoteutil.h b/multimedia/mythtv/files/patch-libs_libmyth_remoteutil.h new file mode 100644 index 000000000000..15fa3fdcb0bc --- /dev/null +++ b/multimedia/mythtv/files/patch-libs_libmyth_remoteutil.h @@ -0,0 +1,10 @@ +--- libs/libmyth/remoteutil.h.orig 2015-06-16 16:03:30 UTC ++++ libs/libmyth/remoteutil.h +@@ -10,6 +10,7 @@ + using namespace std; + + #include "mythexp.h" ++#include <sys/types.h> + + class ProgramInfo; + class MythEvent; |