Added missing include for stdio
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404351
This commit is contained in:
parent
3a87e3f645
commit
1411a41ebd
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue