diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-07-11 20:16:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:58 -0500 |
commit | 805ebe10848316f357553cac516187475989abae (patch) | |
tree | 338cb9d2ad213a6887b72bb65851c3af30d5f629 /source4/include | |
parent | ec3a86254b41988b453da33112c9309f1ec2eb36 (diff) | |
download | samba-805ebe10848316f357553cac516187475989abae.tar.gz samba-805ebe10848316f357553cac516187475989abae.tar.bz2 samba-805ebe10848316f357553cac516187475989abae.zip |
r1455: More Gtk+ updates:
- Start working on 'gwsam'
- Add GtkSelectDomainDialog and GtkSelectHostDialog
(This used to be commit bea47671aa791f3c4d22263f9444aea1a73f47f1)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h index 0283f0bb8a..058d547736 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -675,6 +675,7 @@ extern int errno; #include "registry.h" #include "rap.h" #include "gtk/common/gtk-smb.h" +#include "gtk/common/select.h" #define malloc_p(type) (type *)malloc(sizeof(type)) #define malloc_array_p(type, count) (type *)realloc_array(NULL, sizeof(type), count) |