Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed Oct 3, 2024
1 parent 61bf7ba commit d5a9445
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
#include "errors.h"
#include "biggestint.h"

#if defined(_WIN32)
#include "wio.h"
#endif

static const char JSON_TRUE[] = "true";
static const char JSON_FALSE[] = "false";
static const char JSON_NULL[] = "null";
Expand Down

0 comments on commit d5a9445

Please sign in to comment.