Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.

This commit is contained in:
Ralf Corsepius
2007-05-10 05:12:54 +00:00
parent 23d748dccf
commit c30157091b
33 changed files with 33 additions and 33 deletions

View File

@@ -38,7 +38,7 @@
#ifndef TUBA_INCLUDE
#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>