shared/netutils: Add "py/obj.h" header include.

So this header can be included by itself.

Signed-off-by: Damien George <damien.p.george@gmail.com>
This commit is contained in:
Damien George 2022-11-11 15:43:53 +11:00
parent ec12cc5ba6
commit 2f05653673
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@
#ifndef MICROPY_INCLUDED_LIB_NETUTILS_NETUTILS_H
#define MICROPY_INCLUDED_LIB_NETUTILS_NETUTILS_H
#include "py/obj.h"
#define NETUTILS_IPV4ADDR_BUFSIZE 4
#define NETUTILS_TRACE_IS_TX (0x0001)