From c5a42ca9b109c59d8d4531f767dadf30d6fd98ea Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Thu, 8 Jan 2015 14:01:09 +0000 Subject: [PATCH] add header for memcpy --- source/gfx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/gfx.c b/source/gfx.c index 6fb7a12..2fcd96e 100755 --- a/source/gfx.c +++ b/source/gfx.c @@ -2,6 +2,8 @@ #include <3ds.h> #endif +#include + /* Function to draw sprite, from smea/3ds_hb_menu */ void gfxDrawSprite(gfxScreen_t screen, gfx3dSide_t side, u8* spriteData, u16 width, u16 height, s16 x, s16 y) {