[rtems commit] bsp/gumstix: Fix warning

Sebastian Huber sebh at rtems.org
Thu Nov 14 10:49:23 UTC 2019


Module:    rtems
Branch:    master
Commit:    3dcfee377ea44cde53f3b63c31ad2a96dc61e318
Changeset: http://git.rtems.org/rtems/commit/?id=3dcfee377ea44cde53f3b63c31ad2a96dc61e318

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Nov 14 10:29:24 2019 +0100

bsp/gumstix: Fix warning

---

 bsps/arm/gumstix/net/rtl8019.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bsps/arm/gumstix/net/rtl8019.c b/bsps/arm/gumstix/net/rtl8019.c
index a9edd71..00fd2fd 100644
--- a/bsps/arm/gumstix/net/rtl8019.c
+++ b/bsps/arm/gumstix/net/rtl8019.c
@@ -18,6 +18,7 @@
 #include <assert.h>
 #include <errno.h>
 
+#include <rtems/bspIo.h>
 #include <rtems/error.h>
 #include <rtems/rtems_bsdnet.h>
 



More information about the vc mailing list