mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
* Fix a build problem on < 7.X Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
11 lines
266 B
C
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>
|