Skip to content

Commit

Permalink
add string.h for memcpy
Browse files Browse the repository at this point in the history
  • Loading branch information
kusma committed Nov 29, 2009
1 parent 328bb8d commit f231d3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/source/parts/sphere.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <gba_sprites.h>
#include <gba_input.h>
#include <stdio.h>
#include <string.h>
#include "../fb.h"
#include "../grid.h"
#include "../grideffects.h"
Expand Down

0 comments on commit f231d3a

Please sign in to comment.