move timegm declaration to utils.h
[project/uhttpd.git] / utils.h
diff --git a/utils.h b/utils.h
index a53c256..ab00399 100644 (file)
--- a/utils.h
+++ b/utils.h
@@ -53,6 +53,9 @@ static inline void clearenv(void)
        extern char **environ;
        *environ = NULL;
 }
+
+time_t timegm (struct tm *tm);
+
 #endif
 
 #ifdef __GNUC__