vstakhov / libucl

Universal configuration library parser
BSD 2-Clause "Simplified" License
1.63k stars 139 forks source link

src/ucl_schema.c: Add inttypes.h for PRId64 #267

Closed jhgit closed 1 year ago

jhgit commented 1 year ago

Fixes: #266 (compile error due to undefined PRId64)

jhgit commented 1 year ago

Thanks.

I don't know why the CI is failing (can't tell from the build output I can see from github), but all six tests pass on FreeBSD 12/amd64. Just FYI.

vstakhov commented 1 year ago

CI is long time broken I'm afraid. CircleCI no longer support the outdated format of the pipeline that we have for this repo, and I do not have time to convert it to a modern one or another CI (probably, drone ci is the best option here). Therefore, a CI failure is definitely not caused by your PR :)