summaryrefslogtreecommitdiff
path: root/cpukit/libnetworking/rtems/rtems_showudpstat.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-03-02 14:39:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-03-02 14:39:32 +0000
commitddbfa05096238518660f9e1f519836ceaac6ecf4 (patch)
tree88d191f0ac7bcfb269225a2314a5adc603e5d8b5 /cpukit/libnetworking/rtems/rtems_showudpstat.c
parent18878f6f430e1f18cff17e1fa812962218d95835 (diff)
Use <sys/queue.h> instead of <rtems/bsd/sys/queue.h.
Diffstat (limited to 'cpukit/libnetworking/rtems/rtems_showudpstat.c')
-rw-r--r--cpukit/libnetworking/rtems/rtems_showudpstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_showudpstat.c b/cpukit/libnetworking/rtems/rtems_showudpstat.c
index 77a3bca654..d47534d964 100644
--- a/cpukit/libnetworking/rtems/rtems_showudpstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showudpstat.c
@@ -7,7 +7,7 @@
#endif
#include <sys/param.h>
-#include <rtems/bsd/sys/queue.h>
+#include <sys/queue.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/sysctl.h>