summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-01-15 06:35:41 +0000
committerJim Meyering <jim@meyering.net>2004-01-15 06:35:41 +0000
commite6f7ed40133b01a18355aae93715215935614979 (patch)
treed820dd2cd33588335e3707b6ae9ff2171cbfdb0c
parenta18cbdc7d0869378fa5b6cacd1d2ad9909675421 (diff)
downloadcoreutils-e6f7ed40133b01a18355aae93715215935614979.tar.xz
Include posixver.h.
-rw-r--r--lib/posixver.c2
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>