diff options
| author | christos <christos@NetBSD.org> | 2011-05-15 13:55:21 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2011-05-15 13:55:21 +0000 |
| commit | bea895055510ef766bef58d45decec177ec28ee3 (patch) | |
| tree | a3b29c66a5712a7679e58e98633e5137562c16b6 /gnu/dist/diffutils | |
| parent | f55332e621dc08e0a30dbc22c20759ad750b0a1d (diff) | |
include posixver.h to find the prototype for posix2_version()
Diffstat (limited to 'gnu/dist/diffutils')
| -rw-r--r-- | gnu/dist/diffutils/src/diff.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/dist/diffutils/src/diff.c b/gnu/dist/diffutils/src/diff.c index a2d04aa89a4..057d70ef055 100644 --- a/gnu/dist/diffutils/src/diff.c +++ b/gnu/dist/diffutils/src/diff.c @@ -1,4 +1,4 @@ -/* $NetBSD: diff.c,v 1.2 2006/01/14 09:18:17 apb Exp $ */ +/* $NetBSD: diff.c,v 1.3 2011/05/15 13:55:21 christos Exp $ */ /* diff - compare files line by line @@ -38,6 +38,7 @@ #include <regex.h> #include <setmode.h> #include <xalloc.h> +#include <posixver.h> static char const authorship_msgid[] = N_("Written by Paul Eggert, Mike Haertel, David Hayes,\n\ |
