diff options
Diffstat (limited to 'sys/include/net/netbuf.h')
-rw-r--r-- | sys/include/net/netbuf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/include/net/netbuf.h b/sys/include/net/netbuf.h index 33ba06f..7067370 100644 --- a/sys/include/net/netbuf.h +++ b/sys/include/net/netbuf.h @@ -30,6 +30,8 @@ #ifndef _NET_NETBUF_H_ #define _NET_NETBUF_H_ +#include <sys/types.h> + #define NETBUF_LEN 256 struct netbuf { |