Commit a152c634 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Fix build error with Android NDK

parent 96a6dcb1
......@@ -27,6 +27,8 @@
#include <limits.h>
#include <sys/uio.h>
#include <cerrno>
#include "shrpx_memcached_request.h"
#include "shrpx_memcached_result.h"
#include "shrpx_config.h"
......
......@@ -84,5 +84,5 @@ time_t nghttp2_timegm_without_yday(struct tm *tm) {
}
#endif /* SIZEOF_TIME_T == 4 */
return t;
return (time_t)t;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment