Skip to content

Commit

Permalink
Merge pull request #148 from MichaelChirico/patch-1
Browse files Browse the repository at this point in the history
Directly include system headers
  • Loading branch information
spgarbet authored Jul 22, 2024
2 parents 5a80afa + 8ff6d79 commit 0ef67d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/dumper.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

#include <stdio.h> // snprintf
#include "yaml_private.h"

/*
Expand Down
1 change: 1 addition & 0 deletions src/implicit.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* Generated by re2c 3.0 */
#line 1 "implicit.re"
#include <stddef.h> // size_t
#include "yaml.h"

char *Ryaml_find_implicit_tag(const char *str, size_t len)
Expand Down

0 comments on commit 0ef67d1

Please sign in to comment.