summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-11 16:02:41 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-11 16:02:41 -0500
commit1dff51a7ec290fe3188c5b1ddb58c0e46afc1890 (patch)
tree69b7e2b1fe36775899878f3eacef6fa956212b18
parentAdded fgetln() (diff)
downloadrtems-libbsd-1dff51a7ec290fe3188c5b1ddb58c0e46afc1890.tar.bz2
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.
-rw-r--r--rtemsbsd/freebsd/bsd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtemsbsd/freebsd/bsd.h b/rtemsbsd/freebsd/bsd.h
index 0d361c4c..6eafb4e5 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);