demo: Add headers to overview.c
This adds the required C headers directly to the top of the overview.c demo so that they don't need to be added in the renders themselves.
This commit is contained in:
parent
ec113a0f7c
commit
429c074b32
@ -1,4 +1,5 @@
|
||||
#include <time.h>
|
||||
#include <limits.h> /* INT_MAX */
|
||||
#include <time.h> /* struct tm, localtime */
|
||||
|
||||
static int
|
||||
overview(struct nk_context *ctx)
|
||||
|
Loading…
Reference in New Issue
Block a user