diff options
Diffstat (limited to 'src/anastasis/anastasis-gtk_helper.c')
-rw-r--r-- | src/anastasis/anastasis-gtk_helper.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/anastasis/anastasis-gtk_helper.c b/src/anastasis/anastasis-gtk_helper.c index b8621ea..284c784 100644 --- a/src/anastasis/anastasis-gtk_helper.c +++ b/src/anastasis/anastasis-gtk_helper.c | |||
@@ -24,7 +24,8 @@ | |||
24 | * @author Christian Grothoff | 24 | * @author Christian Grothoff |
25 | * @author Dennis Neufeld | 25 | * @author Dennis Neufeld |
26 | */ | 26 | */ |
27 | #include <gnunet/platform.h> | 27 | #define _GNU_SOURCE |
28 | #include <stdio.h> | ||
28 | #include <gnunet/gnunet_util_lib.h> | 29 | #include <gnunet/gnunet_util_lib.h> |
29 | #include "anastasis-gtk_helper.h" | 30 | #include "anastasis-gtk_helper.h" |
30 | #include <jansson.h> | 31 | #include <jansson.h> |