diff options
Diffstat (limited to 'gtk/gtkradioaction.h')
-rw-r--r-- | gtk/gtkradioaction.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtkradioaction.h b/gtk/gtkradioaction.h index d39648b458..89692851a9 100644 --- a/gtk/gtkradioaction.h +++ b/gtk/gtkradioaction.h @@ -27,6 +27,11 @@ * files for a list of changes. These files are distributed with * 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_RADIO_ACTION_H__ #define __GTK_RADIO_ACTION_H__ |