diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1998-01-03 11:29:44 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-01-03 04:29:44 -0700 |
commit | 86e011adce74602ac9c84b56a186ff250fbe3d64 (patch) | |
tree | d831d80fe6cf63a89c0acffafe3681b9e2f47a5b /gcc/gcov-io.h | |
parent | 1a9a83b1d1522a24efdc9408c5d0b2d131339f3a (diff) | |
download | gcc-86e011adce74602ac9c84b56a186ff250fbe3d64.tar.gz |
* gcov-io.h: Include sys/types.h to ensure we get size_t.
From-SVN: r17289
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. */ |