Skip to content
This repository has been archived by the owner on Dec 3, 2020. It is now read-only.

Commit

Permalink
Fix chdir problem
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Jul 6, 2014
1 parent cf31c33 commit e9b0882
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
#endif
#endif

#ifndef _WIN32
#include <stdlib.h>
#include <unistd.h>
#endif

int main(int argc, char *argv[]) {
std::cerr <<
" _ _ _ ____ _____ _ _ _ \n"
Expand Down

0 comments on commit e9b0882

Please sign in to comment.