index
:
sl0pboy.git
master
sl0pboy - a Game Boy Color emulator (companion to the gbos OS)
git daemon user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ppu.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src/ppu.c')
-rw-r--r--
src/ppu.c
1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ppu.c b/src/ppu.c
index 16ecc2e..381c306 100644
--- a/
src/ppu.c
+++ b/
src/ppu.c
@@ -1,3 +1,4 @@
+#include <stdio.h>
#include "ppu.h"
#include <string.h>