diff --git a/freebsd-userspace/commands/usr.bin/netstat/netstat.h b/freebsd-userspace/commands/usr.bin/netstat/netstat.h index 30d84f09..c7564c6f 100644 --- a/freebsd-userspace/commands/usr.bin/netstat/netstat.h +++ b/freebsd-userspace/commands/usr.bin/netstat/netstat.h @@ -38,6 +38,8 @@ #ifdef __rtems__ #define __BSD_VISIBLE 1 #include + +#define rt_tables netstat_rt_tables #endif extern int Aflag; /* show addresses of protocol control block */