1
0
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:
Martin Mares
2000-03-31 23:30:21 +00:00
parent c00d31befa
commit 221135d6bf
34 changed files with 24 additions and 49 deletions

View File

@@ -9,9 +9,8 @@
#define LOCAL_DEBUG
#include <string.h>
#include "nest/bird.h"
#include "lib/string.h"
#include "ospf.h"