diff options
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names-table-model.c')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names-table-model.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-table-model.c b/addressbook/gui/component/select-names/e-select-names-table-model.c index be1f95cc98..f0dc52bad7 100644 --- a/addressbook/gui/component/select-names/e-select-names-table-model.c +++ b/addressbook/gui/component/select-names/e-select-names-table-model.c @@ -10,9 +10,10 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <gtk/gtk.h> +#include <gtk/gtksignal.h> #include <gal/util/e-util.h> + #include "e-select-names-table-model.h" #include "addressbook/backend/ebook/e-card-simple.h" |