community/epdfview: glib header fix

This commit is contained in:
Kevin Mihelich 2012-06-02 17:15:15 -04:00
parent 4e091046a9
commit 2a9ba4c9a7

View file

@ -0,0 +1,12 @@
diff -urN a/src/gtk/StockIcons.h b/src/gtk/StockIcons.h
--- a/src/gtk/StockIcons.h 2011-05-28 04:24:57.000000000 -0600
+++ b/src/gtk/StockIcons.h 2012-06-02 14:15:09.050368216 -0600
@@ -18,7 +18,7 @@
#if !defined (__STOCK_ICONS_H__)
#define __STOCK_ICONS_H__
-#include <glib/gmacros.h>
+#include <glib.h>
G_BEGIN_DECLS