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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user