diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-18 15:42:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:58:42 -0500 |
commit | 35349a58df5b69446607fbd742a05f57f3515319 (patch) | |
tree | 8281d1645dfdd0fd56f85a0e885ae592f9b6b600 /source4/gtk/common | |
parent | 61fa658ebcaf2856d543d376b120932ad5a082f0 (diff) | |
download | samba-35349a58df5b69446607fbd742a05f57f3515319.tar.gz samba-35349a58df5b69446607fbd742a05f57f3515319.tar.bz2 samba-35349a58df5b69446607fbd742a05f57f3515319.zip |
r14542: Remove librpc, libndr and libnbt from includes.h
(This used to be commit 51b4270513752d2eafbe77f9de598de16ef84a1f)
Diffstat (limited to 'source4/gtk/common')
-rw-r--r-- | source4/gtk/common/gtk-smb.c | 2 | ||||
-rw-r--r-- | source4/gtk/common/gtk-smb.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/source4/gtk/common/gtk-smb.c b/source4/gtk/common/gtk-smb.c index 3f818dae76..f5830cc8d7 100644 --- a/source4/gtk/common/gtk-smb.c +++ b/source4/gtk/common/gtk-smb.c @@ -23,6 +23,8 @@ #include "gtk/common/gtk-smb.h" #include "gtk/common/select.h" #include "version.h" +#include "librpc/rpc/dcerpc.h" +#include "auth/credentials/credentials.h" void gtk_show_werror(GtkWidget *win, const char *message, WERROR err) { diff --git a/source4/gtk/common/gtk-smb.h b/source4/gtk/common/gtk-smb.h index 98916d19ec..16dbfaf5d6 100644 --- a/source4/gtk/common/gtk-smb.h +++ b/source4/gtk/common/gtk-smb.h @@ -71,6 +71,7 @@ int gtk_event_loop(void); struct event_context; struct event_context *gtk_event_context(void); +struct cli_credentials; void cli_credentials_set_gtk_callbacks(struct cli_credentials *creds); #endif |