Skip to content

Commit

Permalink
demo: Add headers to overview.c (#684)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
RobLoach authored Sep 8, 2024
1 parent ec113a0 commit 18f7e7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/common/overview.c
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 18f7e7a

Please sign in to comment.