Libcanberra is an implementation of the Freedesktop Sound Theme specification. It allows developers to play sounds given a list of events. ok landry@
13 lines
308 B
Plaintext
13 lines
308 B
Plaintext
$OpenBSD: patch-src_common_h,v 1.1.1.1 2008/09/26 12:01:43 jasper Exp $
|
|
--- src/common.h.orig Thu Sep 25 23:06:18 2008
|
|
+++ src/common.h Thu Sep 25 23:06:27 2008
|
|
@@ -21,6 +21,8 @@
|
|
<http://www.gnu.org/licenses/>.
|
|
***/
|
|
|
|
+#include <stdarg.h>
|
|
+
|
|
#include "canberra.h"
|
|
#include "macro.h"
|
|
#include "mutex.h"
|