diff options
author | Florian Weimer <fweimer@redhat.com> | 2022-12-12 14:16:59 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-01-12 16:04:57 +1100 |
commit | f24cfd1a69df9ef1a8233c5bd57c56f701762b49 (patch) | |
tree | 40018f00c80d88fbdbdafca09106b0cb20c89ef3 /docs/esp32 | |
parent | 699477d12d1aa1cb57ff6cfc3f5dc5e97524dbe6 (diff) |
extmod/axtls-include: Add back needed header files for building axTLS.
MicroPython overrides the axTLS port configuration file, but fails to
include <arpa/inet.h> (needed for htonl) and <sys/time.h> (needed for
gettimeofday). This results in build failures with compilers which do not
support implicit function declarations (which were removed from C in 1999).
This commit adds back the needed headers that were removed in this commit:
https://github.com/micropython/axtls/commit/bd0801730969a290572c72b8c65e53f160ed2680
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/esp32')
0 files changed, 0 insertions, 0 deletions