diff options
author | Stef Walter <stef@memberwebs.com> | 2009-06-18 21:55:50 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-06-18 21:55:50 +0000 |
commit | 86c2a744f1feba57c107a0a985f3026f2f3817a5 (patch) | |
tree | 1ccbd72bac8f77dd080993428c936d20f1cfd4fd /module/mod_auth_singleid.h | |
parent | 7976a44058b218f9729f96115886d49de2c49a5f (diff) |
FreeBSD compile fixes
Diffstat (limited to 'module/mod_auth_singleid.h')
-rw-r--r-- | module/mod_auth_singleid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/mod_auth_singleid.h b/module/mod_auth_singleid.h index 038e23e..17e1f22 100644 --- a/module/mod_auth_singleid.h +++ b/module/mod_auth_singleid.h @@ -2,6 +2,7 @@ #define MOD_AUTH_SINGLEID_H_ #include <stdlib.h> +#include <time.h> #ifdef __cplusplus extern "C" { |