1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/audio/xmms-mad/files/patch-src::input.c
Mario Sergio Fujikawa Ferreira 092135c499 New port xmms-mad version 0.1.1: A XMMS input plugin that uses
libmad

Submitted by:	David Yeske <dyeske@yahoo.com>
2002-09-03 03:17:55 +00:00

14 lines
288 B
C

--- src/input.c.orig Sat Aug 31 02:39:43 2002
+++ src/input.c Sat Aug 31 02:41:14 2002
@@ -20,6 +20,10 @@
*/
#include "config.h"
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif /* HAVE_SYS_TYPES_H */
+
#ifdef HAVE_ASSERT_H
#include <assert.h>
#endif /* HAVE_ASSERT_H */