extmod/moducryptolib: Don't include arpa/inet.h, it's not needed.
And some ports (eg esp8266) don't have it.
This commit is contained in:
parent
82bc4838d2
commit
8769a3e38c
@ -31,7 +31,6 @@
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include "py/runtime.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user