Skip to content

Commit

Permalink
Fix missing #include <unistd.h> on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeex committed Jul 2, 2016
1 parent 82ca375 commit 839cf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/compiler/sc1.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include <binreloc.h> /* from BinReloc, see www.autopackage.org */
#endif

#if defined __APPLE__
#if defined LINUX || defined __APPLE__
#include <unistd.h>
#endif

Expand Down

0 comments on commit 839cf52

Please sign in to comment.