summaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-18 06:41:40 -0800
committerYamaArashi <shadow962@live.com>2016-02-18 06:41:40 -0800
commit0c0db63ca2f851b53e8f32b381f3f613b597ccff (patch)
tree53e9236d58c802533da28ef396c362aaa459076b /gcc/system.h
parent9cc5f8edb21ac07bff87def5155ee71dff449e37 (diff)
stop using configure script to generate header files
Diffstat (limited to 'gcc/system.h')
-rwxr-xr-xgcc/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/system.h b/gcc/system.h
index 08bbfcb..b2f1d1e 100755
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -72,6 +72,7 @@ Boston, MA 02111-1307, USA. */
#include <sys/stat.h>
#include <sys/param.h>
#include <sys/time.h>
+#include <sys/times.h>
#include <sys/wait.h>
#include <fcntl.h>