add define for curl

This commit is contained in:
Dave Murphy 2023-04-18 12:03:35 +01:00
parent 032f3dad40
commit 8d90551306
No known key found for this signature in database
GPG Key ID: F7FD5492264BB9D0

View File

@ -44,6 +44,8 @@
#define SO_BROADCAST 0x0000 // unrequired, included for compatibility
#define _SOCKLEN_T_DECLARED
typedef uint32_t socklen_t;
typedef uint16_t sa_family_t;