aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index fcbbf1e..5f53c246 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -37,6 +37,7 @@ compilation is specified by a string called a "spec". */
#include "system.h"
#include <signal.h>
+#include <sys/stat.h>
#ifdef __STDC__
#include <stdarg.h>
#else