mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-04 14:04:20 +08:00
freebsd/bsd.h: Add include of freebsd/machine/_align.h
Multiple files in user space were coming up with _ALIGN being unexpanded. This resolved it.
This commit is contained in:
parent
060d28d8b2
commit
1dff51a7ec
@ -29,6 +29,7 @@ extern "C" {
|
||||
|
||||
#include <freebsd/machine/rtems-bsd-config.h>
|
||||
#include <freebsd/machine/rtems-bsd-select.h>
|
||||
#include <freebsd/machine/_align.h>
|
||||
|
||||
rtems_status_code rtems_bsd_initialize(void);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user