mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
335 B
Plaintext
16 lines
335 B
Plaintext
$NetBSD: patch-src_print_c,v 1.1 2012/05/10 07:50:11 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- src/print.c~ 2008-04-30 20:31:35.000000000 +0000
|
|
+++ src/print.c
|
|
@@ -52,7 +52,7 @@
|
|
|
|
#include <glib/gi18n-lib.h>
|
|
#include <glib/gstdio.h>
|
|
-#include <glib/gfileutils.h>
|
|
+#include <glib.h>
|
|
|
|
#include <unistd.h>
|
|
#include <errno.h>
|