You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-radio/unixcw/files/unixcw-3.2.0-pulseaudio.patch

13 lines
332 B

--- src/libcw/libcw_pa.c.orig 2013-01-03 22:09:38.000000000 +0000
+++ src/libcw/libcw_pa.c 2013-02-10 14:29:51.000000000 +0000
@@ -30,7 +30,8 @@
#include <stdlib.h>
#include <stdbool.h>
#include <dlfcn.h> /* dlopen() and related symbols */
-
+#include <string.h>
+#include <assert.h>
#include "libcw.h"
#include "libcw_pa.h"