summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-06 19:42:03 +0000
committerJim Meyering <jim@meyering.net>2003-06-06 19:42:03 +0000
commit5b06e5f698b56a041009a2acc5e13f96107e2c9f (patch)
treecf6e264638cdeb99a68d6a844b96d9fbe2a0f9d8
parent43cab34a909f2e8102445872c11382e7f9dae536 (diff)
downloadcoreutils-5b06e5f698b56a041009a2acc5e13f96107e2c9f.tar.xz
Update from gnulib.
-rw-r--r--lib/dirname.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dirname.h b/lib/dirname.h
index cea14c04f..4f794ee48 100644
--- a/lib/dirname.h
+++ b/lib/dirname.h
@@ -17,6 +17,8 @@
#ifndef DIRNAME_H_
# define DIRNAME_H_ 1
+# include <stddef.h>
+
# ifndef PARAMS
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
# define PARAMS(Args) Args