summaryrefslogtreecommitdiff
path: root/cpukit/libnetworking/rtems/rtems_showudpstat.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-05-10 05:12:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-05-10 05:12:54 +0000
commitc30157091b6d76ac85a53056b4ebdd119cd8367f (patch)
tree0b799e67d487ffd71cc4dc4d16e1bab82a7a7bed /cpukit/libnetworking/rtems/rtems_showudpstat.c
parent23d748dccffb6eca888ef217515e4aa786e6f400 (diff)
Include <rtems/bsd/sys/queue.h> instead of <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 d47534d964..77a3bca654 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 <sys/queue.h>
+#include <rtems/bsd/sys/queue.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/sysctl.h>