mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-14 12:52:37 +00:00
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:
parent
8f6899f25b
commit
4b25d72d18
@ -19,7 +19,8 @@
|
||||
* 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <zebra.h>
|
||||
|
||||
#include "lib/json.h"
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user