demo: Add time.h to overview.c

This adds the `time.h` include to the top of overview.c so that the renders don't need to include it manually.
This commit is contained in:
Rob Loach 2024-09-02 14:15:44 -04:00 committed by GitHub
parent f7847e6024
commit 458112efd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#include <time.h>
static int
overview(struct nk_context *ctx)
{