mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-29 19:48:19 +00:00
Don't include string.h or strings.h.
This commit is contained in:
parent
6311cf580d
commit
1e7e7d6eca
@ -27,12 +27,6 @@
|
||||
|
||||
#include <../src/config.h>
|
||||
|
||||
#ifdef USG
|
||||
#include <string.h>
|
||||
#else
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
/* BSD's strings.h does not declare the type of strtok. */
|
||||
extern char *strtok ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user