mirror of
https://github.com/yawut/SDL.git
synced 2026-08-02 16:33:52 -05:00
Added missing include for stdio
This commit is contained in:
parent
4c1edf5a4e
commit
6491208ef7
|
|
@ -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…
Reference in New Issue
Block a user