diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-28 07:41:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-28 07:41:22 +0000 |
commit | e5aa91c34ac93ad91b910b55fd8781c267a81780 (patch) | |
tree | da4ffe49d95f6ea98b2947f2c342f28ac2949f5c /stdlib | |
parent | 0ed99ce46d9521347c2fd1c72f7b4e9aa0e3f4d0 (diff) | |
download | glibc-e5aa91c34ac93ad91b910b55fd8781c267a81780.tar.gz glibc-e5aa91c34ac93ad91b910b55fd8781c267a81780.tar.xz glibc-e5aa91c34ac93ad91b910b55fd8781c267a81780.zip |
Update.
2000-02-28 Andreas Jaeger <aj@suse.de> * stdlib/canonicalize.c: Include <stddef.h> for ptrdiff_t.
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/canonicalize.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/canonicalize.c b/stdlib/canonicalize.c index 762f1614f0..e555b021cd 100644 --- a/stdlib/canonicalize.c +++ b/stdlib/canonicalize.c @@ -24,6 +24,7 @@ #include <sys/param.h> #include <sys/stat.h> #include <errno.h> +#include <stddef.h> /* Return the canonical absolute name of file NAME. A canonical name does not contain any `.', `..' components nor any repeated path |