summaryrefslogtreecommitdiff
path: root/lib/fchdir.c
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-09-19 11:21:19 -0600
committerEric Blake <ebb9@byu.net>2009-09-19 11:24:58 -0600
commited613b9ec71cb074d341e8f5c5082463fe31c479 (patch)
tree827a50df05946274725cfd582fb95249a19ea1c3 /lib/fchdir.c
parent3e2faf235348ba68f0fd19bc34d466cb1cfc1597 (diff)
downloadgnulib-ed613b9ec71cb074d341e8f5c5082463fe31c479.tar.gz
canonicalize-lgpl: adjust clients to use correct header
* m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE) (gl_CANONICALIZE_LGPL): Use correct shell quoting. * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h. * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h". * lib/progreloc.c (includes): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'lib/fchdir.c')
-rw-r--r--lib/fchdir.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/fchdir.c b/lib/fchdir.c
index f35562911a..677d4422e8 100644
--- a/lib/fchdir.c
+++ b/lib/fchdir.c
@@ -29,8 +29,6 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include "canonicalize.h"
-
#ifndef REPLACE_OPEN_DIRECTORY
# define REPLACE_OPEN_DIRECTORY 0
#endif