summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bsppost.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/shared/bsppost.c')
-rw-r--r--c/src/lib/libbsp/shared/bsppost.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/shared/bsppost.c b/c/src/lib/libbsp/shared/bsppost.c
index 3c8c1a2784..273ef3baf0 100644
--- a/c/src/lib/libbsp/shared/bsppost.c
+++ b/c/src/lib/libbsp/shared/bsppost.c
@@ -14,9 +14,12 @@
* $Id$
*/
+#include <fcntl.h>
+
#include <rtems.h>
#include <rtems/libcsupport.h>
-#include <fcntl.h>
+
+#include <bsp/bootcard.h>
void bsp_postdriver_hook(void)
{