mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 07:05:20 +08:00
Directly use <sys/types.h> provided by Newlib
This commit is contained in:
@@ -32,7 +32,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include "fd_setsize.h"
|
||||
#endif
|
||||
|
||||
#include <rtems/bsd/sys/types.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/uio.h>
|
||||
|
||||
#include <errno.h>
|
||||
|
@@ -27,7 +27,7 @@
|
||||
#define _EVENTLIB_P_H
|
||||
|
||||
#include <rtems/bsd/sys/param.h>
|
||||
#include <rtems/bsd/sys/types.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <sys/un.h>
|
||||
|
Reference in New Issue
Block a user