port_before.h: Added an include of endian.h to resolve __htons calls.

This commit is contained in:
Jennifer Averett 2012-09-13 14:57:48 -05:00
parent c9be340ecf
commit dbb054073a

View File

@ -35,3 +35,7 @@
#endif
#include <freebsd/machine/_align.h>
#ifdef __rtems__
#include <freebsd/machine/endian.h>
#endif