diff options
Diffstat (limited to 'lib/libedit/vi.c')
-rw-r--r-- | lib/libedit/vi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libedit/vi.c b/lib/libedit/vi.c index 5099757..db213c9 100644 --- a/lib/libedit/vi.c +++ b/lib/libedit/vi.c @@ -34,6 +34,8 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #if !defined(lint) && !defined(SCCSID) static char sccsid[] = "@(#)vi.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ |