diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-09 12:15:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-09 12:15:23 +0000 |
commit | 49e41413528bed25ce28fb91c1787346787b7b56 (patch) | |
tree | e16b3ae01b92a36aa487330383547887f9f00710 /lib | |
parent | 1d85737fd32db915536892ae026d92b6540b9fb4 (diff) | |
download | coreutils-49e41413528bed25ce28fb91c1787346787b7b56.tar.xz |
Include "stat-macros.h".
Diffstat (limited to 'lib')
-rw-r--r-- | lib/file-type.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/file-type.c b/lib/file-type.c index 3c58c7fb0..6c25e77ba 100644 --- a/lib/file-type.c +++ b/lib/file-type.c @@ -25,6 +25,7 @@ #include <sys/types.h> #include <sys/stat.h> #include "file-type.h" +#include "stat-macros.h" #include <gettext.h> #define _(text) gettext (text) |