diff options
Diffstat (limited to 'sqwebmail/token.c')
| -rw-r--r-- | sqwebmail/token.c | 13 | 
1 files changed, 3 insertions, 10 deletions
| diff --git a/sqwebmail/token.c b/sqwebmail/token.c index ad8acfb..48c286a 100644 --- a/sqwebmail/token.c +++ b/sqwebmail/token.c @@ -16,15 +16,9 @@  #if	HAVE_UNISTD_H  #include	<unistd.h>  #endif -#if     TIME_WITH_SYS_TIME -#include        <sys/time.h> -#include        <time.h> -#else -#if     HAVE_SYS_TIME_H -#include        <sys/time.h> -#else -#include        <time.h> -#endif +#include	<time.h> +#if HAVE_SYS_TIME_H +#include	<sys/time.h>  #endif  void tokennew() @@ -61,4 +55,3 @@ void tokensave()  {  	write_sqconfig(".", TOKENFILE, cgi("msgtoken"));  } - | 
