Browse Source

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.
Rob Loach 1 year ago
parent
commit
458112efd3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      demo/common/overview.c

+ 2 - 0
demo/common/overview.c

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