summaryrefslogtreecommitdiffstats
path: root/testsuite/rwlock01/test_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/rwlock01/test_main.c')
-rw-r--r--testsuite/rwlock01/test_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/rwlock01/test_main.c b/testsuite/rwlock01/test_main.c
index 071f339c..a0ae91b6 100644
--- a/testsuite/rwlock01/test_main.c
+++ b/testsuite/rwlock01/test_main.c
@@ -34,7 +34,7 @@
#include <sys/param.h>
#include <sys/types.h>
#include <sys/systm.h>
-#include <rtems/bsd/sys/lock.h>
+#include <sys/lock.h>
#include <sys/rwlock.h>
#include <assert.h>