diff options
Diffstat (limited to 'source4/gtk/common/gtk-smb.h')
-rw-r--r-- | source4/gtk/common/gtk-smb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/gtk/common/gtk-smb.h b/source4/gtk/common/gtk-smb.h index cbc587c8e9..e9b62d94da 100644 --- a/source4/gtk/common/gtk-smb.h +++ b/source4/gtk/common/gtk-smb.h @@ -22,6 +22,8 @@ #ifndef __GTK_SMB_H__ #define __GTK_SMB_H__ +#ifdef HAVE_GTK + #include <gtk/gtk.h> typedef struct _GtkRpcBindingDialog GtkRpcBindingDialog; @@ -51,3 +53,5 @@ struct _GtkRpcBindingDialogClass #define IS_GTK_RPC_BINDING_DIALOG(obj) GTK_CHECK_TYPE (obj, gtk_rpc_binding_dialog_get_type ()) #endif + +#endif |