summaryrefslogtreecommitdiff
path: root/media-sound/peercast/files/peercast-0.1216-amd64.patch
blob: 95144730d580ded5d0c14bf99a856807f8fe3df1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: work/core/common/sys.h
===================================================================
--- work.orig/core/common/sys.h
+++ work/core/common/sys.h
@@ -322,7 +322,7 @@ public:
 #define _BIG_ENDIAN 1
 #endif
 
-typedef long long int64_t;
+#include <stdint.h>
 
 typedef int (*THREAD_FUNC)(ThreadInfo *);
 #define THREAD_PROC int