2007-12-20 Joel Sherrill <joel.sherrill@OARcorp.com>

* posix/include/rtems/posix/timer.h: Include rtems/score/object.h.
This commit is contained in:
Joel Sherrill
2007-12-20 22:39:08 +00:00
parent 47751810c3
commit 2cbb5fc46f
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2007-12-20 Joel Sherrill <joel.sherrill@OARcorp.com>
* posix/include/rtems/posix/timer.h: Include rtems/score/object.h.
2007-12-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/Makefile.am, rtems/include/rtems/rtems/tasks.h: Add

View File

@@ -17,6 +17,7 @@
#define _RTEMS_POSIX_TIMER_H
#include <rtems/posix/config.h>
#include <rtems/score/object.h>
/* Timer is free */
#define POSIX_TIMER_STATE_FREE 0x01