Replace vim_strncpy calls: add STRLCPY

This commit is contained in:
Douglas Schneider
2014-05-26 10:16:25 -06:00
committed by Justin M. Keyes
parent 5b3b3fd3ed
commit f9596aa201
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,5 @@
// Various routines dealing with allocation and deallocation of memory.
#include <stdlib.h>
#include <string.h>
#include "nvim/vim.h"