Skip to content

Commit

Permalink
Add missing includes for FreeBSD 14 in pal_networkstatistics.c (#103187)
Browse files Browse the repository at this point in the history
* Add missing includes for FreeBSD 14

* Add missing includes for FreeBSD 14
  • Loading branch information
Thefrank authored Jun 17, 2024
1 parent f1f2635 commit b7d8056
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/native/libs/System.Native/pal_networkstatistics.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
#elif HAVE_IOS_NETINET_IP_VAR_H
#include "ios/netinet/ip_var.h"
#endif
#ifdef __FreeBSD__
#include <sys/callout.h>
#include <sys/osd.h>
#endif
#include <netinet/tcp_var.h>
#include <netinet/tcp.h>
#if HAVE_TCP_FSM_H
Expand Down

0 comments on commit b7d8056

Please sign in to comment.