Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
WinRT: build fix for SDL_assert.c
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLudwig committed Nov 4, 2012
1 parent a0fea7d commit 56c7117
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SDL_assert.c
Expand Up @@ -37,8 +37,10 @@
#else /* fprintf, _exit(), etc. */
#include <stdio.h>
#include <stdlib.h>
#if ! defined(__WINRT__)
#include <unistd.h>
#endif
#endif

static SDL_assert_state
SDL_PromptAssertion(const SDL_assert_data *data, void *userdata);
Expand Down

0 comments on commit 56c7117

Please sign in to comment.