Include <stdint.h> for definition of intmax_t and/or uintmax_t.

This commit is contained in:
Mike Barcroft 2002-03-25 05:23:45 +00:00
parent b43f32bc3a
commit 0ec63e60db
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ static const char rcsid[] =
#include <err.h>
#include <limits.h>
#include <stdint.h>
#include "gprof.h"
static int valcmp(const void *, const void *);

View File

@ -55,6 +55,7 @@ static const char sccsid[] = "@(#)tcopy.c 8.2 (Berkeley) 4/17/94";
#include <fcntl.h>
#include <paths.h>
#include <signal.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>