opnsense-ports/audio/mpiosh/files/patch-libmpio-debug.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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