Skip to content

Commit

Permalink
Small fix to compile on mingw32
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptiste Jonglez committed Jul 15, 2011
1 parent 5d08aca commit df9cc30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
#include <ctime>
#include <locale.h>

// for chdir() on windows
#include <unistd.h>

// for dirname
#include <libgen.h>

Expand Down

0 comments on commit df9cc30

Please sign in to comment.