mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Apparently some builds still need string.h in buffering.c
Change-Id: I99b90ab7e5b7d074b1d2d1de72267f9f2eea975b
This commit is contained in:
parent
36615815bf
commit
f9d60e14c9
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
#include "config.h"
|
||||
#include <string.h>
|
||||
#include "system.h"
|
||||
#include "storage.h"
|
||||
#include "thread.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue