From: pjrm Date: Sat, 5 Jul 2008 12:02:27 +0000 (+0000) Subject: libgdl/gdl-stock.h: Supply missing #includes/declarations so that we don't depend... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a0d1fa7fd0060dfc4aca9e214e013b4054dbe323;p=inkscape.git libgdl/gdl-stock.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) --- diff --git a/src/libgdl/gdl-stock.h b/src/libgdl/gdl-stock.h index 3ada63f69..cb6f7abb9 100644 --- a/src/libgdl/gdl-stock.h +++ b/src/libgdl/gdl-stock.h @@ -22,6 +22,8 @@ #ifndef __GDL_STOCK_H__ #define __GDL_STOCK_H__ +#include // G_BEGIN_DECLS + G_BEGIN_DECLS #define GDL_STOCK_CLOSE "gdl-close"