diff options
Diffstat (limited to 'daemon/digest.c')
-rw-r--r-- | daemon/digest.c | 1 |
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; |