1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Fixed <time.h> vs. <sys/time.h> problems.

This commit is contained in:
Martin Mares
2001-03-06 13:40:39 +00:00
parent 27e993fb4e
commit 01b776e117
4 changed files with 3 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>