Skip to content

Commit

Permalink
include reent.h for _sbrk_r
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed Nov 14, 2024
1 parent 60fba8e commit 070c2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libogc/system.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ distribution.
#include <string.h>
#include <stdio.h>
#include <unistd.h>

#include <reent.h>
#include <malloc.h>
#include <time.h>
#include <sys/iosupport.h>
Expand Down

0 comments on commit 070c2ea

Please sign in to comment.