X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffchdir.c;h=e3ec2fcf6d5e695b1432fef045051bef00cd970a;hb=a3a70ebafd7f2fdc069d43e8a26fc246dd7fe5bb;hp=c05a9f3149bf0b21eb52615cef6f1f0396203356;hpb=854ebf64dc7dae95a43a4e139e075156d2add805;p=gnulib.git diff --git a/lib/fchdir.c b/lib/fchdir.c index c05a9f314..e3ec2fcf6 100644 --- a/lib/fchdir.c +++ b/lib/fchdir.c @@ -1,5 +1,5 @@ /* fchdir replacement. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,18 +17,20 @@ #include +/* Specification. */ +#include + #include #include #include #include -#include +#include #include #include #include #include "canonicalize.h" #include "dirfd.h" -#include "strdup.h" /* This replacement assumes that a directory is not renamed while opened through a file descriptor. */