Include missing header file

This commit is contained in:
Sebastian Huber 2013-10-24 11:36:40 +02:00
parent b3193b8709
commit 46ffd7222b

View File

@ -27,6 +27,8 @@
#error "the header file <freebsd/machine/rtems-bsd-config.h> must be included first"
#endif
#include <rtems.h>
#define mb() RTEMS_COMPILER_MEMORY_BARRIER()
#define wmb() RTEMS_COMPILER_MEMORY_BARRIER()
#define rmb() RTEMS_COMPILER_MEMORY_BARRIER()