Fix compiler warnings in auth-token stuff.

This commit is contained in:
Juan Carlos Luciani
2005-12-16 15:57:46 +00:00
parent ec113054eb
commit a835a9cf9b
8 changed files with 11 additions and 6 deletions

View File

@@ -31,6 +31,7 @@
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
#include <ctype.h>
#include <syslog.h>
#include <errno.h>
#include <pthread.h>