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

@@ -6,7 +6,6 @@
* Can be freely distributed and used under the terms of the GNU GPL.
*/
#include <string.h>
#include <stdio.h>
#include <fcntl.h>
#include <net/if.h>
@@ -24,6 +23,7 @@
#include "lib/unix.h"
#include "lib/krt.h"
#include "lib/socket.h"
#include "lib/string.h"
#include "conf/conf.h"
#include <asm/types.h>