20 lines
419 B
Text
20 lines
419 B
Text
$NetBSD: patch-aa,v 1.2 2009/03/11 06:59:51 hasso Exp $
|
|
|
|
--- src/plugin.c.orig 2007-08-06 22:21:53 +0300
|
|
+++ src/plugin.c 2009-03-11 08:40:15 +0200
|
|
@@ -39,12 +39,11 @@
|
|
#endif
|
|
|
|
#ifdef HAVE_BMP
|
|
- #include <plugin.h>
|
|
- #include <beepctrl.h>
|
|
+ #include <bmp/plugin.h>
|
|
+ #include <bmp/beepctrl.h>
|
|
+ #include <bmp/util.h>
|
|
#endif
|
|
|
|
-#include <util.h>
|
|
-
|
|
#include <pulse/pulseaudio.h>
|
|
|
|
static pa_context *context = NULL;
|