diff options
Diffstat (limited to 'gtk/gtkhbbox.h')
-rw-r--r-- | gtk/gtkhbbox.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkhbbox.h b/gtk/gtkhbbox.h index 7423a7547b..04bf6c753c 100644 --- a/gtk/gtkhbbox.h +++ b/gtk/gtkhbbox.h @@ -24,6 +24,10 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ +#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only <gtk/gtk.h> can be included directly." +#endif + #ifndef __GTK_HBUTTON_BOX_H__ #define __GTK_HBUTTON_BOX_H__ |