mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-08 09:36:35 +00:00
fix missing standard includes
These were a problem only if arch.h does not include them. Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
This commit is contained in:
parent
c8e9772cd0
commit
e4db22d9f5
@ -51,6 +51,8 @@
|
|||||||
#include "lwip/mem.h"
|
#include "lwip/mem.h"
|
||||||
#include "lwip/init.h"
|
#include "lwip/init.h"
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
/** This string is passed in the HTTP header as "User-Agent: " */
|
/** This string is passed in the HTTP header as "User-Agent: " */
|
||||||
#ifndef ALTCP_PROXYCONNECT_CLIENT_AGENT
|
#ifndef ALTCP_PROXYCONNECT_CLIENT_AGENT
|
||||||
#define ALTCP_PROXYCONNECT_CLIENT_AGENT "lwIP/" LWIP_VERSION_STRING " (http://savannah.nongnu.org/projects/lwip)"
|
#define ALTCP_PROXYCONNECT_CLIENT_AGENT "lwIP/" LWIP_VERSION_STRING " (http://savannah.nongnu.org/projects/lwip)"
|
||||||
|
@ -55,6 +55,7 @@
|
|||||||
#include "lwip/init.h"
|
#include "lwip/init.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#if LWIP_TCP && LWIP_CALLBACK_API
|
#if LWIP_TCP && LWIP_CALLBACK_API
|
||||||
|
Loading…
Reference in New Issue
Block a user