Skip to content

Commit

Permalink
Build on Win 10
Browse files Browse the repository at this point in the history
  • Loading branch information
krooken committed Feb 24, 2021
1 parent 8526513 commit 42d5f09
Show file tree
Hide file tree
Showing 6 changed files with 1,512 additions and 10 deletions.
6 changes: 3 additions & 3 deletions espresso-src/cpu_time.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@

/* default */
#if !defined(BSD) && !defined(UNIX10) && !defined(UNIX60) && !defined(UNIX100)
#define BSD
//#define BSD
#endif

#ifdef BSD
#include <sys/time.h>
#include <sys/resource.h>
#include <time.h>
#include <resource.h>
#endif

#ifdef UNIX10
Expand Down
Loading

0 comments on commit 42d5f09

Please sign in to comment.