diff options
Diffstat (limited to 'src/plugins/peers/peers.c')
-rw-r--r-- | src/plugins/peers/peers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/peers/peers.c b/src/plugins/peers/peers.c index 3cddaf55..684701ad 100644 --- a/src/plugins/peers/peers.c +++ b/src/plugins/peers/peers.c | |||
@@ -31,6 +31,7 @@ | |||
31 | #include <GNUnet/gnunet_identity_lib.h> | 31 | #include <GNUnet/gnunet_identity_lib.h> |
32 | #include <GNUnet/gnunet_util.h> | 32 | #include <GNUnet/gnunet_util.h> |
33 | #include <gtk/gtk.h> | 33 | #include <gtk/gtk.h> |
34 | #include <ctype.h> | ||
34 | 35 | ||
35 | #define REFRESH_RATE (15 * GNUNET_CRON_SECONDS) | 36 | #define REFRESH_RATE (15 * GNUNET_CRON_SECONDS) |
36 | 37 | ||