Skip to content

Commit 070c2ea

Browse files
committed
include reent.h for _sbrk_r
1 parent 60fba8e commit 070c2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libogc/system.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ distribution.
3333
#include <string.h>
3434
#include <stdio.h>
3535
#include <unistd.h>
36-
36+
#include <reent.h>
3737
#include <malloc.h>
3838
#include <time.h>
3939
#include <sys/iosupport.h>

0 commit comments

Comments
 (0)