[rtems-libbsd commit] swi01: Move include to avoid type conflict

Sebastian Huber sebh at rtems.org
Mon Apr 18 13:19:25 UTC 2016


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Apr 18 14:50:50 2016 +0200

swi01: Move include to avoid type conflict

---

 testsuite/swi01/swi_test.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/swi01/swi_test.c b/testsuite/swi01/swi_test.c
index 904c616..4ec64cb 100644
--- a/testsuite/swi01/swi_test.c
+++ b/testsuite/swi01/swi_test.c
@@ -29,13 +29,13 @@
  * SUCH DAMAGE.
  */
 
+#include <machine/rtems-bsd-kernel-space.h>
+
 #include <assert.h>
 
 #include <stdio.h>
 #include <unistd.h>
 
-#include <machine/rtems-bsd-kernel-space.h>
-
 #include <sys/types.h>
 #include <sys/systm.h>
 



More information about the vc mailing list