mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
fix 'conflicting type for strncmp' warning on linux by including string.h
This commit is contained in:
parent
5472d94b73
commit
6dd350348d
@ -31,6 +31,7 @@
|
|||||||
*/
|
*/
|
||||||
#ifndef __ARCH_LIB_H__
|
#ifndef __ARCH_LIB_H__
|
||||||
#define __ARCH_LIB_H__
|
#define __ARCH_LIB_H__
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#ifndef _STRING_H_
|
#ifndef _STRING_H_
|
||||||
#ifndef _STRING_H
|
#ifndef _STRING_H
|
||||||
|
Loading…
Reference in New Issue
Block a user