diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-10-01 00:49:59 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-10-01 00:49:59 -0400 |
commit | 95d76d0132c22d9ef2b21c713c3a15d9e3a9e54c (patch) | |
tree | 5a58040814a6186a07ae4d0522a6fcbd307d662b /gtk/gtkstackswitcher.h | |
parent | 619aeb643ff7bb9cf2d62e3b27151516ef8eb519 (diff) | |
download | gtk+-95d76d0132c22d9ef2b21c713c3a15d9e3a9e54c.tar.gz |
Add a few missing include guards
Diffstat (limited to 'gtk/gtkstackswitcher.h')
-rw-r--r-- | gtk/gtkstackswitcher.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkstackswitcher.h b/gtk/gtkstackswitcher.h index 093f85f0fb..61f3158ea4 100644 --- a/gtk/gtkstackswitcher.h +++ b/gtk/gtkstackswitcher.h @@ -20,6 +20,10 @@ #ifndef __GTK_STACK_SWITCHER_H__ #define __GTK_STACK_SWITCHER_H__ +#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only <gtk/gtk.h> can be included directly." +#endif + #include <gtk/gtkbox.h> #include <gtk/gtkstack.h> |