diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-03 11:29:44 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-03 11:29:44 +0000 |
commit | 1043b40636e7e49df88a3951db75a23b52279018 (patch) | |
tree | d831d80fe6cf63a89c0acffafe3681b9e2f47a5b /gcc/gcov-io.h | |
parent | c2882767fb37b0e641945f7abc2e15ec5ec6d392 (diff) | |
download | gcc-1043b40636e7e49df88a3951db75a23b52279018.tar.gz |
* gcov-io.h: Include sys/types.h to ensure we get size_t.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17289 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcov-io.h')
-rw-r--r-- | gcc/gcov-io.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h index 02bf917765f..e49511d29bb 100644 --- a/gcc/gcov-io.h +++ b/gcc/gcov-io.h @@ -22,6 +22,7 @@ Boston, MA 02111-1307, USA. */ #ifndef GCOV_IO_H #define GCOV_IO_H #include <stdio.h> +#include <sys/types.h> /* These routines only work for signed values. */ |