X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuhttpd.git;a=blobdiff_plain;f=utils.h;h=49e242edce12482d34e28352a265ef7fc061a1e6;hp=a53c256508c2d4bab5797d3de72ce694fddd730c;hb=d9e7f5ff48836e23b2de63d9871d337e3a8a475c;hpb=6dfd8f67760b977ec7e345aece872c2a40a3be1e diff --git a/utils.h b/utils.h index a53c256..49e242e 100644 --- a/utils.h +++ b/utils.h @@ -27,6 +27,8 @@ #include #include #include +#include +#include #include struct uh_addr { @@ -53,6 +55,9 @@ static inline void clearenv(void) extern char **environ; *environ = NULL; } + +time_t timegm (struct tm *tm); + #endif #ifdef __GNUC__