mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 15:03:53 +01:00
fix up includes
This commit is contained in:
parent
0d8d278f35
commit
77d4095cf0
@ -14,7 +14,11 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "sys/net/destiny/socket.h"
|
||||
|
||||
#include "inet_ntop.h"
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef INT16SZ
|
||||
#define INT16SZ sizeof(apr_int16_t)
|
||||
#define INT16SZ sizeof(int16_t)
|
||||
#endif
|
||||
|
||||
#if !defined(EAFNOSUPPORT) && defined(WSAEAFNOSUPPORT)
|
||||
|
||||
@ -13,10 +13,14 @@
|
||||
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <string.h>
|
||||
#include "sys/net/destiny/socket.h"
|
||||
|
||||
#include "inet_pton.h"
|
||||
#include "inet_pton.h"
|
||||
|
||||
/* int
|
||||
* inet_pton4(src, dst)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user