Skip to content

Commit

Permalink
Add header include
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed May 20, 2017
1 parent ff8a7f2 commit eec0613
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libretro-common/streams/stdin_stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#include <unistd.h>
#endif

#include <boolean.h>

#if defined(_WIN32) && defined(_XBOX)
size_t read_stdin(char *buf, size_t size)
{
Expand Down

0 comments on commit eec0613

Please sign in to comment.