You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/peercast/files/peercast-0.1216-amd64.patch

14 lines
339 B

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