Skip to content

Commit

Permalink
fixup! sock: Introduction of new application layer API
Browse files Browse the repository at this point in the history
Include missing header
  • Loading branch information
miri64 committed Sep 2, 2016
1 parent 73861e2 commit d17ef91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/include/net/sock.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
#ifndef NET_SOCK_H_
#define NET_SOCK_H_

#include <stdint.h>

#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit d17ef91

Please sign in to comment.