Skip to content

Commit 28fda64

Browse files
committed
Fix PPC build
Was missing a #include "mythconfig.h"
1 parent 61fe17c commit 28fda64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mythtv/libs/libmyth/audio/eldutils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2424
*/
2525

26+
#include "mythconfig.h"
2627
#include "eldutils.h"
2728
#include <sys/types.h>
2829
#include <inttypes.h>

0 commit comments

Comments
 (0)