mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-07 15:04:39 +08: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…
x
Reference in New Issue
Block a user