summaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2021-08-09 19:00:53 -0400
committerGitHub <noreply@github.com>2021-08-09 19:00:53 -0400
commit1cff637716dcc2e5fff74c7bedb7ae0da0eb5b47 (patch)
treeb6fa7e80495b6988cefb2ee4294a2bba95d9358a /gcc/toplev.c
parentbd1b2f511edfb30610b8d88f66f80323b3cc0aee (diff)
parent5297ebf5085b236d8735c6722034dc5a782c2b0e (diff)
Merge pull request #39 from luckytyphlosion/master
Fix builds on xcode 12+
Diffstat (limited to 'gcc/toplev.c')
-rwxr-xr-xgcc/toplev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 10d8508..e80ed20 100755
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -40,6 +40,7 @@
#include "except.h"
#include "toplev.h"
#include "expr.h"
+#include "unistd.h"
#if defined (DWARF2_DEBUGGING_INFO)
#include "dwarf2out.h"