[rtems commit] dec21140.c: Include <libcpu/page.h> to eliminate warnings

Joel Sherrill joel at rtems.org
Thu Apr 20 23:50:53 UTC 2017


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

Author:    Joel Sherrill <joel at rtems.org>
Date:      Thu Apr 20 20:36:49 2017 -0500

dec21140.c: Include <libcpu/page.h> to eliminate warnings

---

 c/src/libchip/network/dec21140.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/c/src/libchip/network/dec21140.c b/c/src/libchip/network/dec21140.c
index 6fb8657..4b2371b 100644
--- a/c/src/libchip/network/dec21140.c
+++ b/c/src/libchip/network/dec21140.c
@@ -68,6 +68,7 @@
 
 #if defined(__i386__)
 #include <libcpu/byteorder.h>
+#include <libcpu/page.h>
 #endif
 
 #include <stdlib.h>



More information about the vc mailing list