diff options
Diffstat (limited to 'lib/isc/unix/stdio.c')
-rw-r--r-- | lib/isc/unix/stdio.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/isc/unix/stdio.c b/lib/isc/unix/stdio.c index a18c5ab15686..c06bd4fbb269 100644 --- a/lib/isc/unix/stdio.c +++ b/lib/isc/unix/stdio.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2011 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stdio.c,v 1.6 2004-03-05 05:11:47 marka Exp $ */ +/* $Id: stdio.c,v 1.6.18.2 2011-03-05 23:47:52 tbox Exp $ */ #include <config.h> @@ -23,6 +23,7 @@ #include <unistd.h> #include <isc/stdio.h> +#include <isc/stat.h> #include "errno2result.h" |