diff options
Diffstat (limited to 'gtk/gtkimage.c')
-rw-r--r-- | gtk/gtkimage.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/gtkimage.c b/gtk/gtkimage.c index b368075ce1..87f1f9319a 100644 --- a/gtk/gtkimage.c +++ b/gtk/gtkimage.c @@ -26,13 +26,13 @@ #include <config.h> #include <math.h> -#include "gtkalias.h" #include "gtkcontainer.h" #include "gtkimage.h" #include "gtkiconfactory.h" #include "gtkstock.h" #include "gtkicontheme.h" #include "gtkintl.h" +#include "gtkalias.h" #include <string.h> typedef struct _GtkImagePrivate GtkImagePrivate; @@ -2140,3 +2140,6 @@ gtk_image_set_from_file (GtkImage *image, } #endif + +#define __GTK_IMAGE_C__ +#include "gtkaliasdef.c" |