summaryrefslogtreecommitdiffstats
path: root/testsuite/swi01
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-18 14:50:50 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-18 15:06:41 +0200
commit5529f7daf9fc981ab877cc4548cfe6d22badbc8a (patch)
treeb415000f3c478fd84ff3df3b33c9229569c0ab19 /testsuite/swi01
parentAvoid use of cap_rights_t (diff)
downloadrtems-libbsd-5529f7daf9fc981ab877cc4548cfe6d22badbc8a.tar.bz2
swi01: Move include to avoid type conflict
Diffstat (limited to 'testsuite/swi01')
-rw-r--r--testsuite/swi01/swi_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/swi01/swi_test.c b/testsuite/swi01/swi_test.c
index 904c6161..4ec64cbb 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>