Skip to content

Commit

Permalink
compiling mcx on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Aug 25, 2016
1 parent f19e3d4 commit 78acd39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/mcx_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
#include <string.h>
#include <math.h>
#include <ctype.h>
#include <sys/ioctl.h>
#ifndef WIN32
#include <sys/ioctl.h>
#endif
#include "mcx_utils.h"
#include "mcx_const.h"
#include "mcx_shapes.h"
Expand Down

0 comments on commit 78acd39

Please sign in to comment.