Added missing include for stdio

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404351
This commit is contained in:
Sam Lantinga 2009-12-24 21:00:42 +00:00
parent 3a87e3f645
commit 1411a41ebd

View file

@ -1,5 +1,7 @@
/* Simple program: Create a native window and attach an SDL renderer */
#include <stdio.h>
#include "testnative.h"
#define WINDOW_W 640