forked from Imagelibrary/rtems
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/src/rtemsobjectapimaximumclass.c: Include <rtems/rtems/object.h> (Missing prototypes). * sapi/src/exshutdown.c: Include <rtems/init.h> (Missing prototypes).
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* rtems/src/rtemsobjectapimaximumclass.c:
|
||||||
|
Include <rtems/rtems/object.h> (Missing prototypes).
|
||||||
|
* sapi/src/exshutdown.c:
|
||||||
|
Include <rtems/init.h> (Missing prototypes).
|
||||||
* libmisc/mouse/mouse_parser.c: Make MOU_Data static.
|
* libmisc/mouse/mouse_parser.c: Make MOU_Data static.
|
||||||
|
|
||||||
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
#include <rtems/system.h>
|
#include <rtems/system.h>
|
||||||
#include <rtems/score/object.h>
|
#include <rtems/score/object.h>
|
||||||
#include <rtems/rtems/types.h>
|
#include <rtems/rtems/types.h>
|
||||||
|
#include <rtems/rtems/object.h>
|
||||||
|
|
||||||
int rtems_object_api_maximum_class(
|
int rtems_object_api_maximum_class(
|
||||||
int api
|
int api
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <rtems/system.h>
|
#include <rtems/system.h>
|
||||||
|
#include <rtems/init.h>
|
||||||
#include <rtems/score/sysstate.h>
|
#include <rtems/score/sysstate.h>
|
||||||
#include <rtems/score/thread.h>
|
#include <rtems/score/thread.h>
|
||||||
#include <rtems/score/interr.h>
|
#include <rtems/score/interr.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user