diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2008-07-05 12:02:27 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2008-07-05 12:02:27 +0000 |
| commit | 8d164248c076541d2ec441d17f002975cc934ba6 (patch) | |
| tree | dd2a3157b498f0d661e07a7f42c1e232e68e769d /src | |
| parent | libgdl/gdl-dock-bar.h: Supply missing #includes/declarations so that we don't... (diff) | |
| download | inkscape-8d164248c076541d2ec441d17f002975cc934ba6.tar.gz inkscape-8d164248c076541d2ec441d17f002975cc934ba6.zip | |
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)
Diffstat (limited to 'src')
| -rw-r--r-- | src/libgdl/gdl-stock.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <glib/gmacros.h> // G_BEGIN_DECLS + G_BEGIN_DECLS #define GDL_STOCK_CLOSE "gdl-close" |
