summaryrefslogtreecommitdiff
path: root/daemon/digest.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-06-27 22:00:22 +0000
committerStef Walter <stef@memberwebs.com>2008-06-27 22:00:22 +0000
commit383054a85d48f1b7585bdabe7abc71f9668f01b6 (patch)
tree4242d4cea08fccdb22cc58974c66e9880833a614 /daemon/digest.c
parent77428f1a22e9be3d0488138ec1e3e37ffe7ea805 (diff)
Fix some build warnings.
Diffstat (limited to 'daemon/digest.c')
-rw-r--r--daemon/digest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/digest.c b/daemon/digest.c
index 93f433b..4b00152 100644
--- a/daemon/digest.c
+++ b/daemon/digest.c
@@ -29,6 +29,7 @@
#include <ctype.h>
#include <syslog.h>
+#include <assert.h>
/* A globally unique counter used to guarantee uniqueness of nonces */
static unsigned int g_digest_unique = 0;