Code

libgdl/gdl-stock.h: Supply missing #includes/declarations so that we don't depend...
authorpjrm <pjrm@users.sourceforge.net>
Sat, 5 Jul 2008 12:02:27 +0000 (12:02 +0000)
committerpjrm <pjrm@users.sourceforge.net>
Sat, 5 Jul 2008 12:02:27 +0000 (12:02 +0000)
src/libgdl/gdl-stock.h

index 3ada63f699f4254202bf081c09cf8c288604c96c..cb6f7abb947ec69892caa55c89585c44b5f00f19 100644 (file)
@@ -22,6 +22,8 @@
 #ifndef __GDL_STOCK_H__
 #define __GDL_STOCK_H__
 
+#include <glib/gmacros.h>   // G_BEGIN_DECLS
+
 G_BEGIN_DECLS
 
 #define GDL_STOCK_CLOSE                        "gdl-close"