From 8d164248c076541d2ec441d17f002975cc934ba6 Mon Sep 17 00:00:00 2001 From: Peter Moulder Date: Sat, 5 Jul 2008 12:02:27 +0000 Subject: 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.) (bzr r6176) --- src/libgdl/gdl-stock.h | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3