diff options
| author | christos <christos@NetBSD.org> | 2011-05-15 14:57:35 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2011-05-15 14:57:35 +0000 |
| commit | f64ae4bf101f9aacf87cc4f138bec4e1a60c69db (patch) | |
| tree | 18687e8dc2d5e088e07f13fefb4f12b18cdfd765 /gnu | |
| parent | ef0371251b27afb5830bf8d32ca2dab9a7f1f188 (diff) | |
include "system.h" for idir()
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/dist/grep/lib/savedir.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/dist/grep/lib/savedir.c b/gnu/dist/grep/lib/savedir.c index 457341c6f30..82f62264561 100644 --- a/gnu/dist/grep/lib/savedir.c +++ b/gnu/dist/grep/lib/savedir.c @@ -1,4 +1,4 @@ -/* $NetBSD: savedir.c,v 1.1.1.1 2003/01/26 23:15:13 wiz Exp $ */ +/* $NetBSD: savedir.c,v 1.2 2011/05/15 14:57:35 christos Exp $ */ /* savedir.c -- save the list of files in a directory in a string Copyright (C) 1990, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. @@ -70,6 +70,7 @@ char *stpcpy (); #include <fnmatch.h> #include "savedir.h" +#include "system.h" char *path; size_t pathlen; |
