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