libraries/json-c: Added back a missing header.

Thanks to XGizzmo and Benjamin Trigona-Harany

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2012-12-23 23:11:38 +01:00
parent 9bd0400923
commit cd5b4f7cee

View file

@ -6,7 +6,7 @@
PRGNAM=json-c
VERSION=${VERSION:-0.10}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -51,6 +51,8 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
sed -i "s|json_object\.h|json_object.h json_object_iterator.h|" Makefile.in
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \