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:
Jérôme Duval
2014-08-08 22:40:37 +02:00
parent 1c9081d343
commit 3aeed6607c
125 changed files with 184 additions and 96 deletions
+1
View File
@@ -8,6 +8,7 @@
#include <OS.h>
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <InterfaceDefs.h>