freebsd-ports/audio/mpiosh/files/patch-libmpio-debug.h
Pav Lucistnik 79487704b8 Add mpiosh, a userland library and command-line tool
for Digitalway MPIO MP3 players.

PR:		ports/56258
Submitted by:	Sergey Akifyev <asa@gascom.ru>
2003-12-07 14:14:21 +00:00

11 lines
243 B
C

--- libmpio/debug.h.orig Thu Jun 19 19:47:19 2003
+++ libmpio/debug.h Thu Jun 19 19:47:39 2003
@@ -27,7 +27,7 @@
#ifdef sun
#include <sys/int_types.h>
#else
-#include <stdint.h>
+#include <sys/types.h>
#endif
#ifdef __cplusplus