X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fdirfd.c;h=06cb3c46f8d61710e1553c2f4a1c98ccbdcdedc3;hb=5d0b385594bc914e6233988bfb6bc1b92a2184b5;hp=18d5e1e5dd9f5e7fdf24153a502efa4616242f24;hpb=222b0486b7db1b09293e05512873d633440efcb3;p=gnulib.git diff --git a/lib/dirfd.c b/lib/dirfd.c index 18d5e1e5d..06cb3c46f 100644 --- a/lib/dirfd.c +++ b/lib/dirfd.c @@ -1,5 +1,6 @@ /* dirfd.c -- return the file descriptor associated with an open DIR* - Copyright (C) 2001 Free Software Foundation, Inc. + + Copyright (C) 2001, 2006 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,9 +18,7 @@ /* Written by Jim Meyering. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "dirfd.h"