Skip to content

Commit

Permalink
Add missing header io.h to sixel2png.c
Browse files Browse the repository at this point in the history
  • Loading branch information
saitoha committed Jul 12, 2015
1 parent d885d2e commit 8405239
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions converters/sixel2png.c
Expand Up @@ -38,6 +38,10 @@
# include <fcntl.h>
#endif

#if HAVE_IO_H
# include <io.h>
#endif

#if HAVE_UNISTD_H
# include <unistd.h> /* getopt */
#endif
Expand Down

0 comments on commit 8405239

Please sign in to comment.