瀏覽代碼

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 年之前
父節點
當前提交
458112efd3
共有 1 個文件被更改,包括 2 次插入0 次删除
  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)
 {