Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Patched to compile on Windows.
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
test/testautomation_surface.c
|
@@ -8,7 +8,9 @@ |
|
|
#define _CRT_NONSTDC_NO_DEPRECATE |
|
|
|
|
|
#include <stdio.h> |
|
|
#ifndef __WIN32__ |
|
|
#include <unistd.h> |
|
|
#endif |
|
|
#include <sys/stat.h> |
|
|
|
|
|
#include "SDL.h" |
|
|