diff options
Diffstat (limited to 'source4/gtk/common/gtk-smb.c')
-rw-r--r-- | source4/gtk/common/gtk-smb.c | 2 |
1 files changed, 2 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) { |