Directly use <sys/time.h> provided by Newlib

This commit is contained in:
Sebastian Huber
2016-04-07 09:48:12 +02:00
parent f57582265c
commit 2017a6df2b
79 changed files with 78 additions and 132 deletions

View File

@@ -73,7 +73,7 @@ __FBSDID("$FreeBSD$");
#include <rtems/bsd/sys/param.h> /* NB: we rely on this for <sys/types.h> */
#include <sys/socket.h>
#include <sys/sysctl.h>
#include <rtems/bsd/sys/time.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <netinet/in.h>