diff options
author | ache <ache@FreeBSD.org> | 1998-04-28 06:22:20 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-04-28 06:22:20 +0000 |
commit | 57352a1b33380d0d7c25addd55cf6bdc669428f5 (patch) | |
tree | b3097da91d394235f2559b6ac811dce3269b8e83 /contrib/libreadline/tilde.c | |
parent | 36e092b93856079d50a364e20b5d2fe61e007a65 (diff) | |
parent | 27ef633cd3f7fd5fb6cb033edd2c1747a6e59acb (diff) | |
download | FreeBSD-src-57352a1b33380d0d7c25addd55cf6bdc669428f5.zip FreeBSD-src-57352a1b33380d0d7c25addd55cf6bdc669428f5.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r35486,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/libreadline/tilde.c')
-rw-r--r-- | contrib/libreadline/tilde.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/libreadline/tilde.c b/contrib/libreadline/tilde.c index fe263a2..3741f97 100644 --- a/contrib/libreadline/tilde.c +++ b/contrib/libreadline/tilde.c @@ -24,6 +24,9 @@ #endif #if defined (HAVE_UNISTD_H) +# ifdef _MINIX +# include <sys/types.h> +# endif # include <unistd.h> #endif |