lib: Fix json.c compile on older platforms

The header file inclusions for json.c was wrong.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2016-04-15 15:01:46 -04:00 committed by Donald Sharp
parent 8f6899f25b
commit 4b25d72d18

View File

@ -19,7 +19,8 @@
* 02111-1307, USA.
*/
#include <string.h>
#include <zebra.h>
#include "lib/json.h"
/*