ports/audio/pulseaudio/files/patch-src_pulse_introspect.c
Joe Marcus Clarke da8e065d40 * Fix some potential 64-bit problems
* Fix a build problem on < 7.X

Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2008-01-04 01:05:26 +00:00

11 lines
266 B
C

--- src/pulse/introspect.c.orig 2008-01-03 20:01:31.000000000 -0500
+++ src/pulse/introspect.c 2008-01-03 20:01:39.000000000 -0500
@@ -26,6 +26,8 @@
#include <config.h>
#endif
+#include <string.h>
+
#include <pulse/context.h>
#include <pulsecore/gccmacro.h>