summaryrefslogtreecommitdiffstats
path: root/bsd_eth_drivers/libbsdport/devicet.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsd_eth_drivers/libbsdport/devicet.h')
-rw-r--r--bsd_eth_drivers/libbsdport/devicet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd_eth_drivers/libbsdport/devicet.h b/bsd_eth_drivers/libbsdport/devicet.h
index bbb4e71..090620e 100644
--- a/bsd_eth_drivers/libbsdport/devicet.h
+++ b/bsd_eth_drivers/libbsdport/devicet.h
@@ -8,7 +8,7 @@
#include <bsp/rtems_verscheck.h>
-#if RTEMS_REV_AT_LEAST(4,8,99)
+#if RTEMS_REV_AT_LEAST(4,8,99) && !RTEMS_REV_AT_LEAST(4,10,99)
#include <rtems/bsd/sys/queue.h>
#else
#include <sys/queue.h>