Bläddra i källkod

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 år sedan
förälder
incheckning
458112efd3
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      demo/common/overview.c

+ 2 - 0
demo/common/overview.c

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