mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 00:54:38 +08:00
if_stmac: fix compilation error (related to crc32_raw move in FreeBSD)
FreeBSD in 2019 moved crc32 function into separate gsb_crc32.h header file and probably after libbsd sync with this change if_stmac got broken.
This commit is contained in:
parent
d1bfa784b7
commit
508af74f79
@ -40,6 +40,7 @@
|
||||
#include <sys/module.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/sockio.h>
|
||||
#include <sys/gsb_crc32.h>
|
||||
|
||||
#include <net/if.h>
|
||||
#include <net/ethernet.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user