From a0d1fa7fd0060dfc4aca9e214e013b4054dbe323 Mon Sep 17 00:00:00 2001 From: pjrm Date: Sat, 5 Jul 2008 12:02:27 +0000 Subject: [PATCH] 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.) --- 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" -- 2.30.2