summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-07-10 20:33:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-07-10 20:33:43 +0000
commitee0b1f780d6e2e55f02b20104a9f7e0cf7b6785d (patch)
treecc7e9e58da56102f886901c8de6c4769b7519353
parenta6e8d61ac0d1b5afcea1e71de87c38963bed3c78 (diff)
add missing include file to bring in protos
-rw-r--r--usr.bin/vi/ex/ex_txt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/vi/ex/ex_txt.c b/usr.bin/vi/ex/ex_txt.c
index ed2bb3f1b70..65f6e425574 100644
--- a/usr.bin/vi/ex/ex_txt.c
+++ b/usr.bin/vi/ex/ex_txt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ex_txt.c,v 1.11 2013/11/25 23:27:11 krw Exp $ */
+/* $OpenBSD: ex_txt.c,v 1.12 2014/07/10 20:33:42 deraadt Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@@ -22,6 +22,7 @@
#include <string.h>
#include "../common/common.h"
+#include "../vi/vi.h"
/*
* !!!