PythonExtra/extmod/axtls-include
Florian Weimer f24cfd1a69 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:
bd08017309

Signed-off-by: Damien George <damien@micropython.org>
2023-01-12 16:04:57 +11:00
..
axtls_os_port.h extmod/axtls-include: Add back needed header files for building axTLS. 2023-01-12 16:04:57 +11:00
config.h py/py.mk: Build axtls library directly from its source files. 2018-09-08 00:07:23 +10:00
version.h py/py.mk: Build axtls library directly from its source files. 2018-09-08 00:07:23 +10:00