diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-05 22:49:23 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-05 22:49:23 +0000 |
| commit | 8d5c19ffbccf759faae955929ac28c0d0252cf78 (patch) | |
| tree | 98ff85a15a26642640d555e4b28d599d775702fe /usr.bin/vi | |
| parent | bedb455962e86ad0b0160b1bc6d7ceb499e07e27 (diff) | |
Notes
Diffstat (limited to 'usr.bin/vi')
| -rw-r--r-- | usr.bin/vi/pathnames.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/vi/pathnames.h b/usr.bin/vi/pathnames.h index f469351ac439..72c8bb3daa45 100644 --- a/usr.bin/vi/pathnames.h +++ b/usr.bin/vi/pathnames.h @@ -1,4 +1,8 @@ /* @(#)pathnames.h.in 8.4 (Berkeley) 6/26/96 */ +/* $FreeBSD$ */ + +/* Read standard system paths first. */ +#include <paths.h> #ifndef _PATH_BSHELL #define _PATH_BSHELL "/bin/sh" |
