mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
16 lines
410 B
Plaintext
16 lines
410 B
Plaintext
$NetBSD: patch-drivers_swift_swiftspeaker_h,v 1.1 2012/05/06 19:49:37 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- drivers/swift/swiftspeaker.h~ 2008-12-10 13:36:00.000000000 +0000
|
|
+++ drivers/swift/swiftspeaker.h
|
|
@@ -28,7 +28,7 @@
|
|
#define __SWIFT_SPEAKER_H_
|
|
|
|
#include <bonobo/bonobo-object.h>
|
|
-#include <glib/gthread.h>
|
|
+#include <glib.h>
|
|
#include <gnome-speech/gnome-speech.h>
|
|
#include <swift.h>
|
|
|