mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-02 07:43:08 +08:00
port_before.h: Added an include of endian.h to resolve __htons calls.
This commit is contained in:
parent
c9be340ecf
commit
dbb054073a
@ -35,3 +35,7 @@
|
||||
#endif
|
||||
|
||||
#include <freebsd/machine/_align.h>
|
||||
|
||||
#ifdef __rtems__
|
||||
#include <freebsd/machine/endian.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user