aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mythtv/files/patch-programs__mythtranscode__mpeg2fix.cpp
blob: 197cc72efeaa9683c7796e662bc02cd719717df9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- programs/mythtranscode/mpeg2fix.cpp.orig    2009-11-02 20:52:39.000000000 +0100
+++ programs/mythtranscode/mpeg2fix.cpp 2009-11-02 20:53:08.000000000 +0100
@@ -12,6 +12,10 @@
 #include <getopt.h>
 #include <stdint.h>
 
+#ifdef __FreeBSD__
+#include <sys/stat.h>
+#endif
+
 #include "config.h"
 #include "mpeg2fix.h"