[rtems-libbsd commit] freebsd/bsd.h: Add include of freebsd/machine/_align. h

Joel Sherrill joel at rtems.org
Tue Sep 11 21:13:08 UTC 2012


Module:    rtems-libbsd
Branch:    master
Commit:    1dff51a7ec290fe3188c5b1ddb58c0e46afc1890
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=1dff51a7ec290fe3188c5b1ddb58c0e46afc1890

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Tue Sep 11 16:02:41 2012 -0500

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.

---

 rtemsbsd/freebsd/bsd.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/rtemsbsd/freebsd/bsd.h b/rtemsbsd/freebsd/bsd.h
index 0d361c4..6eafb4e 100644
--- a/rtemsbsd/freebsd/bsd.h
+++ b/rtemsbsd/freebsd/bsd.h
@@ -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);
 




More information about the vc mailing list