Skip to content

Commit

Permalink
Portability issues
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Feb 20, 2014
1 parent a5374f1 commit 0b973b6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mms-lib/include/mms_lib_types.h
Expand Up @@ -27,12 +27,9 @@
# include <direct.h>
#else
# include <unistd.h>
# include <fcntl.h>
#endif

#ifndef O_BINARY
# define O_BINARY 0
#endif
#include <fcntl.h>

#include <glib.h>
#include <glib-object.h>
Expand Down

0 comments on commit 0b973b6

Please sign in to comment.