diff options
Diffstat (limited to 'src/common/iterators.c')
-rw-r--r-- | src/common/iterators.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/common/iterators.c b/src/common/iterators.c index 36fe7dba..d7441753 100644 --- a/src/common/iterators.c +++ b/src/common/iterators.c | |||
@@ -23,7 +23,10 @@ | |||
23 | * @author Igor Wronsky | 23 | * @author Igor Wronsky |
24 | * @author Christian Grothoff | 24 | * @author Christian Grothoff |
25 | */ | 25 | */ |
26 | 26 | #include "platform.h" | |
27 | #include "gnunetgtk_common.h" | ||
28 | #include <GNUnet/gnunet_util_crypto.h> | ||
29 | #include <glib.h> | ||
27 | /** | 30 | /** |
28 | * Identical to "gtk_tree_selection_selected_foreach", | 31 | * Identical to "gtk_tree_selection_selected_foreach", |
29 | * except that modifications of the underlying model | 32 | * except that modifications of the underlying model |