diff options
author | Jim Meyering <jim@meyering.net> | 2004-01-15 06:35:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-01-15 06:35:41 +0000 |
commit | e6f7ed40133b01a18355aae93715215935614979 (patch) | |
tree | d820dd2cd33588335e3707b6ae9ff2171cbfdb0c /lib | |
parent | a18cbdc7d0869378fa5b6cacd1d2ad9909675421 (diff) | |
download | coreutils-e6f7ed40133b01a18355aae93715215935614979.tar.xz |
Include posixver.h.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/posixver.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/posixver.c b/lib/posixver.c index e2dbf7186..754d7ac55 100644 --- a/lib/posixver.c +++ b/lib/posixver.c @@ -22,6 +22,8 @@ # include <config.h> #endif +#include "posixver.h" + #include <limits.h> #include <stdlib.h> |