mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
memset is in string.h, not memory.h.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26086 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
04bd1a045f
commit
36e7c37750
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#include <SDL.h>
|
||||
#include <SDL_thread.h>
|
||||
#include <stdlib.h>
|
||||
#include <memory.h>
|
||||
#include <string.h> /* memset() */
|
||||
#include <setjmp.h>
|
||||
#include "system-sdl.h"
|
||||
#include "thread-sdl.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue