Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Patched to compile on Windows.
  • Loading branch information
icculus committed Dec 24, 2014
1 parent 707c11f commit b0ebfab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/testautomation_surface.c
Expand Up @@ -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"
Expand Down

0 comments on commit b0ebfab

Please sign in to comment.