openbsd-ports/graphics/dia/patches/patch-plug-ins_pgf_render_pgf_c
2012-04-27 09:59:05 +00:00

19 lines
584 B
Plaintext

$OpenBSD: patch-plug-ins_pgf_render_pgf_c,v 1.1 2012/04/27 09:59:05 ajacoutot Exp $
From f4c743e2ef079bfe288d37d9056a8827c684d01e Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <dimstar@opensuse.org>
Date: Thu, 01 Dec 2011 21:08:12 +0000
Subject: Bug 665335: Only #include <glib.h>: the other headers are implicit
--- plug-ins/pgf/render_pgf.c.orig Fri Apr 27 11:47:07 2012
+++ plug-ins/pgf/render_pgf.c Fri Apr 27 11:46:58 2012
@@ -61,7 +61,7 @@ TODO:
#endif
#include <errno.h>
-#include <glib/gprintf.h>
+#include <glib.h>
#include <glib/gstdio.h>
#include "intl.h"