Magellan Linux

Annotation of /trunk/epdfview/patches/epdfview-0.1.8-glib2.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2070 - (hide annotations) (download)
Fri Feb 8 14:46:35 2013 UTC (11 years, 3 months ago) by niro
File size: 283 byte(s)
-fix build against newer glib2
1 niro 2070 diff --git a/src/gtk/StockIcons.h b/src/gtk/StockIcons.h
2     index c142a7a..58fcf2e 100644
3     --- a/src/gtk/StockIcons.h
4     +++ b/src/gtk/StockIcons.h
5     @@ -18,7 +18,7 @@
6     #if !defined (__STOCK_ICONS_H__)
7     #define __STOCK_ICONS_H__
8    
9     -#include <glib/gmacros.h>
10     +#include <glib.h>
11    
12     G_BEGIN_DECLS