1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

fixup! sock: Introduction of new application layer API

Include missing header
This commit is contained in:
Martine Lenders 2016-09-02 18:59:34 +02:00
parent 73861e2c15
commit d17ef910f0

View File

@ -86,6 +86,8 @@
#ifndef NET_SOCK_H_
#define NET_SOCK_H_
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif