From 805ebe10848316f357553cac516187475989abae Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 11 Jul 2004 20:16:02 +0000 Subject: r1455: More Gtk+ updates: - Start working on 'gwsam' - Add GtkSelectDomainDialog and GtkSelectHostDialog (This used to be commit bea47671aa791f3c4d22263f9444aea1a73f47f1) --- source4/include/includes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/include') 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) -- cgit