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
+4 -2
View File
@@ -5,12 +5,14 @@
* Authors:
* JiSheng Zhang
*/
#ifndef _FW_GLUE_H
#define _FW_GLUE_H
#include <stdint.h>
#include <dpc.h>
#include <stdint.h>
#include <strings.h>
#define device_printf(dev, a...) dprintf("firewire:" a)
#define printf(a...) dprintf(a)