diff options
Diffstat (limited to 'libc/upstream-openbsd/lib/libc/gdtoa/ldtoa.c')
-rw-r--r-- | libc/upstream-openbsd/lib/libc/gdtoa/ldtoa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/upstream-openbsd/lib/libc/gdtoa/ldtoa.c b/libc/upstream-openbsd/lib/libc/gdtoa/ldtoa.c index 793d71cff..16f6f9c75 100644 --- a/libc/upstream-openbsd/lib/libc/gdtoa/ldtoa.c +++ b/libc/upstream-openbsd/lib/libc/gdtoa/ldtoa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldtoa.c,v 1.1 2008/09/07 20:36:08 martynas Exp $ */ +/* $OpenBSD: ldtoa.c,v 1.2 2014/08/10 02:15:18 guenther Exp $ */ /*- * Copyright (c) 2003 David Schultz <das@FreeBSD.ORG> * All rights reserved. @@ -30,7 +30,7 @@ #include <machine/ieee.h> #endif /* !__vax__ */ #include <float.h> -#include <inttypes.h> +#include <stdint.h> #include <limits.h> #include <math.h> #include <stdlib.h> |