Skip to content

Commit

Permalink
Unix: Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 5, 2013
1 parent 758fa49 commit 3a23bfd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doomsday/client/src/m_misc.cpp
Expand Up @@ -33,9 +33,6 @@
# include <direct.h>
# include <io.h>
# include <conio.h>
# ifndef O_BINARY
# define O_BINARY 0
# endif
# define open _open
#endif

Expand All @@ -44,6 +41,10 @@
# include <string.h>
#endif

#ifndef O_BINARY
# define O_BINARY 0
#endif

#include <stdlib.h>
#include <ctype.h>
#include <math.h>
Expand Down

0 comments on commit 3a23bfd

Please sign in to comment.