mirror of
https://github.com/yawut/SDL.git
synced 2026-09-09 01:26:24 -05:00
Fixed compiler warnings in test programs by adding includes directives.
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
/* Simple program: Create a native window and attach an SDL renderer */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h> /* for srand() */
|
||||
#include <time.h> /* for time() */
|
||||
|
||||
#include "testnative.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user