mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 07:10:04 +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
|
#endif
|
||||||
|
|
||||||
#include <freebsd/machine/_align.h>
|
#include <freebsd/machine/_align.h>
|
||||||
|
|
||||||
|
#ifdef __rtems__
|
||||||
|
#include <freebsd/machine/endian.h>
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user