diff options
Diffstat (limited to 'gtk/a11y/gtkcellaccessibleparent.h')
-rw-r--r-- | gtk/a11y/gtkcellaccessibleparent.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/a11y/gtkcellaccessibleparent.h b/gtk/a11y/gtkcellaccessibleparent.h index 07a5b004d9..bef4f3680f 100644 --- a/gtk/a11y/gtkcellaccessibleparent.h +++ b/gtk/a11y/gtkcellaccessibleparent.h @@ -15,6 +15,10 @@ * License along with this library. If not, see <http://www.gnu.org/licenses/>. */ +#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only <gtk/gtk-a11y.h> can be included directly." +#endif + #ifndef __GTK_CELL_ACCESSIBLE_PARENT_H__ #define __GTK_CELL_ACCESSIBLE_PARENT_H__ |