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:
parent
f7847e6024
commit
458112efd3
@ -1,3 +1,5 @@
|
||||
#include <time.h>
|
||||
|
||||
static int
|
||||
overview(struct nk_context *ctx)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user