2004-05-26 Jeff Johnston <jjohnstn@redhat.com>
* libnosys/sbrk.c: Add include of <_syslist.h>.
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
/* Version of sbrk for no operating system. */
|
||||
|
||||
#include <_syslist.h>
|
||||
|
||||
void *
|
||||
_sbrk (incr)
|
||||
int incr;
|
||||
|
Reference in New Issue
Block a user