This adds the `time.h` include to the top of overview.c so that the renders don't need to include it manually.
@@ -1,3 +1,5 @@
+#include <time.h>
+
static int
overview(struct nk_context *ctx)
{