Added missing include for stdio

This commit is contained in:
Sam Lantinga 2009-12-24 21:00:42 +00:00
parent 4c1edf5a4e
commit 6491208ef7

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