jsoncpp/include/json
Vicente Olivert Riera ab0f1e234a Include stdint.h necessary for int64_t and uint64_t
Otherwise failures like these one can happen during the configure phase
of other applications that use jsoncpp, like upmpdcli for instance:

checking jsoncpp/json/json.h usability... yes
checking jsoncpp/json/json.h presence... yes
checking for jsoncpp/json/json.h... yes
configure: error: libjsoncpp not found.

And this is the actual problem that you can see in config.log:

configure:5233: checking for jsoncpp/json/json.h
configure:5233: result: yes
configure:5259: /usr/bin/mipsel-linux-g++ -o conftest conftest.cpp
-lmicrohttpd -lmpdclient -lpthread  -ljsoncpp >&5
In file included from /usr/include/jsoncpp/json/autolink.h:9:0,
                 from /usr/include/jsoncpp/json/json.h:9,
                 from conftest.cpp:26:
/usr/include/jsoncpp/json/config.h:155:9: error: 'int64_t' does not name
a type
 typedef int64_t Int64;
         ^
/usr/include/jsoncpp/json/config.h:156:9: error: 'uint64_t' does not
name a type
 typedef uint64_t UInt64;
         ^

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
2016-09-26 11:24:32 +01:00
..
allocator.h allocator.h 2016-03-19 14:37:30 -05:00
assertions.h JSONCPP_OSTRINGSTREAM 2016-03-06 11:56:38 -06:00
autolink.h Ran clang-format over all .h and .cpp files. 2014-07-01 08:48:54 +10:00
config.h Include stdint.h necessary for int64_t and uint64_t 2016-09-26 11:24:32 +01:00
features.h Ran clang-format over all .h and .cpp files. 2014-07-01 08:48:54 +10:00
forwards.h drop JSON_VALUE_USE_INTERNAL_MAP, JSON_USE_SIMPLE_INTERNAL_ALLOCATOR 2015-02-25 10:04:13 -06:00
json.h Ran clang-format over all .h and .cpp files. 2014-07-01 08:48:54 +10:00
reader.h Use macro for override 2016-03-21 21:00:24 -05:00
value.h Use a Myers Singleton for null 2016-06-26 19:36:40 -05:00
version.h 1.7.6 <- 1.7.5 2016-09-25 19:05:56 -05:00
writer.h Use macro for override 2016-03-21 21:00:24 -05:00