16 lines
379 B
Plaintext
16 lines
379 B
Plaintext
$NetBSD: patch-src_srvc__store_c,v 1.1 2012/05/06 17:53:44 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- src/srvc_store.c~ 2005-11-19 01:52:42.000000000 +0000
|
|
+++ src/srvc_store.c
|
|
@@ -18,7 +18,7 @@
|
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
*/
|
|
|
|
-#include <glib/glist.h>
|
|
+#include <glib.h>
|
|
|
|
#include "mw_channel.h"
|
|
#include "mw_debug.h"
|