forked from Imagelibrary/rtems
__times.c: Fix missing prototype warnings
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* COPYRIGHT (c) 1989-2010.
|
||||
* COPYRIGHT (c) 1989-2013.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
@@ -18,6 +18,11 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Needed to get the prototype for this newlib helper method
|
||||
*/
|
||||
#define _COMPILING_NEWLIB
|
||||
|
||||
#include <rtems.h>
|
||||
|
||||
#include <sys/times.h>
|
||||
|
||||
Reference in New Issue
Block a user