gobby / libinfinity

libinfinity collaborative editing library
GNU Lesser General Public License v2.1
88 stars 21 forks source link

Include <stdio.h> for printf #32

Closed ryandesign closed 1 year ago

ryandesign commented 1 year ago

Without this, the test fails when using -Werror=implicit-function-declaration or compilers that default to that behavior, including Apple clang 1200 and later and llvm.org clang 16 and later.

pkern commented 1 year ago

Thanks!