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

Commit e9b0882

Browse files
committed
Fix chdir problem
1 parent cf31c33 commit e9b0882

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
#endif
1414
#endif
1515

16+
#ifndef _WIN32
17+
#include <stdlib.h>
18+
#include <unistd.h>
19+
#endif
20+
1621
int main(int argc, char *argv[]) {
1722
std::cerr <<
1823
" _ _ _ ____ _____ _ _ _ \n"

0 commit comments

Comments
 (0)