Skip to content

Commit

Permalink
add define for curl
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed Apr 18, 2023
1 parent 032f3da commit 8d90551
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libctru/include/sys/socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 8d90551

Please sign in to comment.