Added missing dependency #989

This commit is contained in:
Luca Deri 2022-05-06 22:29:49 +02:00
parent 3fa0fa1bbe
commit aecb97042e

View File

@ -54,8 +54,6 @@ typedef unsigned long in_addr_t;
#endif /* #if defined(_MSC_VER) || defined(__MINGW32__) */
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
#include <machine/endian.h>
#endif
@ -119,6 +117,7 @@ typedef unsigned long in_addr_t;
#pragma pack(push,1)
#endif
#include <time.h>
// those are definitely not typedefs (with a view to the filename) but neither are they defines
static const n2n_mac_t broadcast_mac = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF };