Skip to content

Commit

Permalink
net/sockopt: added __USE_MISC to preserve SO_REUSEPORT support under …
Browse files Browse the repository at this point in the history
…debian 11
  • Loading branch information
richaas committed Nov 4, 2021
1 parent da2a1ed commit 8a241b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/net/sockopt.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <fcntl.h>
#include <re_types.h>
#include <re_fmt.h>
#define __USE_MISC 1
#include <re_net.h>


Expand Down

0 comments on commit 8a241b6

Please sign in to comment.