mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
sock_util: add missing includes
This commit is contained in:
parent
d04058b54b
commit
6a81a4d587
@ -26,6 +26,7 @@
|
||||
#define NET_SOCK_UTIL_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "net/sock/udp.h"
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <arpa/inet.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "net/sock/udp.h"
|
||||
|
Loading…
Reference in New Issue
Block a user