C++: #include <cstdio> in jansson.hpp
authorPetri Lehtinen <petri@digip.org>
Thu, 4 Feb 2010 18:50:01 +0000 (20:50 +0200)
committerPetri Lehtinen <petri@digip.org>
Thu, 4 Feb 2010 18:50:02 +0000 (20:50 +0200)
commit49d40f020b471f693fdd179729faa8be916f7114
treea6ffd305f7ced6b52ce0b934b0474b34b6ce8d08
parent910a2f318bdf7d61d982ab76d2518d58d16b0365
C++: #include <cstdio> in jansson.hpp

This is to avoid standard C functions ending up in namespace json, as
jansson.h is #included in there, and jansson.h in turn #includes
stdio.h.
src/jansson.hpp