diff options
| author | Glenn Ruben Bakke <glennbakke@gmail.com> | 2017-04-09 17:48:48 +0200 |
|---|---|---|
| committer | Glenn Ruben Bakke <glennbakke@gmail.com> | 2017-04-09 17:48:48 +0200 |
| commit | a026d3475f4d0d06a1d32496fa7f52194eaf18dc (patch) | |
| tree | 6f210996f531bfa5ba651056ffd41f718128bc5d | |
| parent | 360243af92bd096522153521bce323f60bdb1b80 (diff) | |
nrf5/modules/usocket: Updating import of netutils.h after upmerge with upstream master.
| -rw-r--r-- | nrf5/modules/usocket/modusocket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nrf5/modules/usocket/modusocket.c b/nrf5/modules/usocket/modusocket.c index 4c4978879..6afbbf95f 100644 --- a/nrf5/modules/usocket/modusocket.c +++ b/nrf5/modules/usocket/modusocket.c @@ -32,7 +32,7 @@ #include "py/objlist.h" #include "py/runtime.h" #include "py/mperrno.h" -#include "netutils.h" +#include "lib/netutils/netutils.h" #include "modnetwork.h" #if MICROPY_PY_USOCKET |
