aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-05-19 00:49:48 +0000
committerChristian Grothoff <christian@grothoff.org>2008-05-19 00:49:48 +0000
commit8793688fb3bedea05c68cea6b542b4f92f118e0d (patch)
tree70854783b96b56ae79e5bcb8f8f89437943272ca
parentd02a81c7f85a6d3bb084092666e74efe4ab86d9d (diff)
downloadgnunet-gtk-8793688fb3bedea05c68cea6b542b4f92f118e0d.tar.gz
gnunet-gtk-8793688fb3bedea05c68cea6b542b4f92f118e0d.zip
ctype
-rw-r--r--src/plugins/fs/helper.c1
-rw-r--r--src/plugins/peers/peers.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/fs/helper.c b/src/plugins/fs/helper.c
index cb0298ce..a5a642dc 100644
--- a/src/plugins/fs/helper.c
+++ b/src/plugins/fs/helper.c
@@ -29,6 +29,7 @@
29#include "helper.h" 29#include "helper.h"
30#include "fs.h" 30#include "fs.h"
31#include "search.h" 31#include "search.h"
32#include <ctype.h>
32 33
33/** 34/**
34 * Parse a time given in the form 35 * Parse a time given in the form
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