Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

bspatch: Fix compiling on macOS.

u_char is a nonstandard type. On macOS this requires to explicitly
include sys/types.h.

Change-Id: I929ceafc12c7cbdcc96e85cdd05cce27d8aa6795

+1
+1
rbutil/bspatch/bspatch.c
··· 28 28 #include <io.h> 29 29 #else 30 30 #include <stdarg.h> 31 + #include <sys/types.h> 31 32 #endif 32 33 #include "../bzip2/bzlib.h" 33 34 #include <stdlib.h>