summaryrefslogtreecommitdiff
path: root/print/zathura-pdf-mupdf/patches/patch-document.c
blob: 8d5741d41017619b5bf59ae55efdac749f5901bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-document.c,v 1.1 2016/02/14 14:01:49 leot Exp $

Correct the glib-2.0 include header file path.

--- document.c.orig	2015-12-22 22:38:09.000000000 +0000
+++ document.c
@@ -6,7 +6,7 @@
 #include <mupdf/xps.h>
 #include <mupdf/pdf.h>
 
-#include <glib-2.0/glib.h>
+#include <glib.h>
 
 #include "plugin.h"