include strings.h where appriopriate...
instead or additionally to string.h, in preparation for functions move. * moves str[n]casecmp() functions and others to strings.h. * strings.h doesn't include string.h anymore. * this solves #10949
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
#include <OS.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <InterfaceDefs.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user