Skip to content

Commit

Permalink
<unistd.h> only for UNIX
Browse files Browse the repository at this point in the history
  • Loading branch information
YanzheL authored Feb 7, 2017
1 parent b145826 commit 8b9f9ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Matrix/Matrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
#include <string.h>
#include <math.h>
#include <time.h>
#ifdef UNIX
#include <unistd.h>
#endif
#include "cJSON.h"

#ifdef WINDOWS
Expand Down

0 comments on commit 8b9f9ce

Please sign in to comment.