diff options
Diffstat (limited to 'lib/mkdtemp.c')
-rw-r--r-- | lib/mkdtemp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/mkdtemp.c b/lib/mkdtemp.c index dcdfdc1..1508102 100644 --- a/lib/mkdtemp.c +++ b/lib/mkdtemp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999, 2001 Free Software Foundation, Inc. +/* Copyright (C) 1999, 2001-2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -39,11 +39,11 @@ # define TMP_MAX 238328 #endif -#if HAVE_STDINT_H || _LIBC +#if HAVE_STDINT_H_WITH_UINTMAX || _LIBC # include <stdint.h> #endif -#if HAVE_INTTYPES_H || _LIBC +#if HAVE_INTTYPES_H_WITH_UINTMAX || _LIBC # include <inttypes.h> #endif |