mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
remove HAVE_STRING_H
This commit is contained in:

committed by
Thiago de Arruda

parent
6c902e2104
commit
ec51b04a89
@@ -274,9 +274,7 @@
|
||||
|
||||
/* Note: Some systems need both string.h and strings.h (Savage). However,
|
||||
* some systems can't handle both, only use string.h in that case. */
|
||||
#ifdef HAVE_STRING_H
|
||||
# include <string.h>
|
||||
#endif
|
||||
#if defined(HAVE_STRINGS_H) && !defined(NO_STRINGS_WITH_STRING_H)
|
||||
# include <strings.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user