diff options
author | 2007-03-17 23:10:23 +0000 | |
---|---|---|
committer | 2007-03-17 23:10:23 +0000 | |
commit | ac1fb0a676bbf572d6c9fcc5b923b43cc07508e1 (patch) | |
tree | 19d540e6fe5225344046c8a6892c034455fa171f /app-editors/nvi/files | |
parent | Cleanup. (diff) | |
download | gentoo-2-ac1fb0a676bbf572d6c9fcc5b923b43cc07508e1.tar.gz gentoo-2-ac1fb0a676bbf572d6c9fcc5b923b43cc07508e1.tar.bz2 gentoo-2-ac1fb0a676bbf572d6c9fcc5b923b43cc07508e1.zip |
Fix missing #include QA violation
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-editors/nvi/files')
-rw-r--r-- | app-editors/nvi/files/nvi-1.81.5-header.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-editors/nvi/files/nvi-1.81.5-header.patch b/app-editors/nvi/files/nvi-1.81.5-header.patch new file mode 100644 index 000000000000..d80a9f613ccf --- /dev/null +++ b/app-editors/nvi/files/nvi-1.81.5-header.patch @@ -0,0 +1,10 @@ +--- nvi-1.81.5/vi/v_at.c ++++ nvi-1.81.5/vi/v_at.c +@@ -21,6 +21,7 @@ + #include <ctype.h> + #include <limits.h> + #include <stdio.h> ++#include <string.h> + + #include "../common/common.h" + #include "vi.h" |