diff options
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 02bf917..e49511d 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. */ |