mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
365 B
Plaintext
16 lines
365 B
Plaintext
$NetBSD: patch-src_console_output_h,v 1.1 2012/05/06 23:13:49 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- src/console_output.h~ 2009-12-19 16:18:41.000000000 +0000
|
|
+++ src/console_output.h
|
|
@@ -21,7 +21,7 @@
|
|
#ifndef GXINE_CONSOLE_OUTPUT_H
|
|
#define GXINE_CONSOLE_OUTPUT_H
|
|
|
|
-#include <glib/gmessages.h>
|
|
+#include <glib.h>
|
|
|
|
void console_output_init (void);
|
|
|