mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Include "lib/string.h" instead of <string.h>. It should give us bzero()
and other non-portable functions on all systems.
This commit is contained in:
@@ -9,9 +9,8 @@
|
||||
|
||||
#define LOCAL_DEBUG
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "nest/bird.h"
|
||||
#include "lib/string.h"
|
||||
|
||||
#include "ospf.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user