View | Details | Raw Unified | Return to bug 254278 | Differences between
and this patch

Collapse All | Expand All

(-)games/eboard/files/patch-sound.cc (+11 lines)
Line 0 Link Here
1
--- sound.cc.orig	2018-07-31 18:02:19 UTC
2
+++ sound.cc
3
@@ -38,7 +38,7 @@
4
 #include <math.h>
5
 #include <limits.h>
6
 #include <gst/gst.h>
7
-#include <endian.h>
8
+#include <sys/endian.h>
9
 
10
 #include "sound.h"
11
 #include "global.h"

Return to bug 254278