mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-30 12:32:37 +00:00
Add missing #include directives
This commit is contained in:
parent
22bcf5892a
commit
a6e316a92d
11
CHANGELOG
11
CHANGELOG
@ -19,6 +19,13 @@ HISTORY
|
|||||||
|
|
||||||
++ New features:
|
++ New features:
|
||||||
|
|
||||||
|
++ Bugfixes:
|
||||||
|
|
||||||
|
|
||||||
|
(STABLE-1.3.1)
|
||||||
|
|
||||||
|
++ New features:
|
||||||
|
|
||||||
2009-05-10 Simon Goldschmidt
|
2009-05-10 Simon Goldschmidt
|
||||||
* opt.h, sockets.c, pbuf.c, netbuf.h, pbuf.h: task #7013: Added option
|
* opt.h, sockets.c, pbuf.c, netbuf.h, pbuf.h: task #7013: Added option
|
||||||
LWIP_NETIF_TX_SINGLE_PBUF to try to create transmit packets from only
|
LWIP_NETIF_TX_SINGLE_PBUF to try to create transmit packets from only
|
||||||
@ -108,6 +115,10 @@ HISTORY
|
|||||||
|
|
||||||
|
|
||||||
++ Bugfixes:
|
++ Bugfixes:
|
||||||
|
|
||||||
|
2009-07-27 Kieran Mansley
|
||||||
|
* api.h api_msg.h netdb.h sockets.h: add missing #include directives
|
||||||
|
|
||||||
2009-07-09 Kieran Mansley
|
2009-07-09 Kieran Mansley
|
||||||
* api_msg.c, sockets.c, api.h: BUG23240 use signed counters for
|
* api_msg.c, sockets.c, api.h: BUG23240 use signed counters for
|
||||||
recv_avail and don't increment counters until message successfully
|
recv_avail and don't increment counters until message successfully
|
||||||
|
@ -36,6 +36,8 @@
|
|||||||
|
|
||||||
#if LWIP_NETCONN /* don't build if not configured for use in lwipopts.h */
|
#if LWIP_NETCONN /* don't build if not configured for use in lwipopts.h */
|
||||||
|
|
||||||
|
#include <stddef.h> /* for size_t */
|
||||||
|
|
||||||
#include "lwip/netbuf.h"
|
#include "lwip/netbuf.h"
|
||||||
#include "lwip/sys.h"
|
#include "lwip/sys.h"
|
||||||
#include "lwip/ip_addr.h"
|
#include "lwip/ip_addr.h"
|
||||||
|
@ -36,6 +36,8 @@
|
|||||||
|
|
||||||
#if LWIP_NETCONN /* don't build if not configured for use in lwipopts.h */
|
#if LWIP_NETCONN /* don't build if not configured for use in lwipopts.h */
|
||||||
|
|
||||||
|
#include <stddef.h> /* for size_t */
|
||||||
|
|
||||||
#include "lwip/ip_addr.h"
|
#include "lwip/ip_addr.h"
|
||||||
#include "lwip/err.h"
|
#include "lwip/err.h"
|
||||||
#include "lwip/sys.h"
|
#include "lwip/sys.h"
|
||||||
|
@ -31,6 +31,8 @@
|
|||||||
|
|
||||||
#if LWIP_DNS && LWIP_SOCKET
|
#if LWIP_DNS && LWIP_SOCKET
|
||||||
|
|
||||||
|
#include <stddef.h> /* for size_t */
|
||||||
|
|
||||||
#include "lwip/sockets.h"
|
#include "lwip/sockets.h"
|
||||||
|
|
||||||
/* some rarely used options */
|
/* some rarely used options */
|
||||||
|
@ -38,6 +38,8 @@
|
|||||||
|
|
||||||
#if LWIP_SOCKET /* don't build if not configured for use in lwipopts.h */
|
#if LWIP_SOCKET /* don't build if not configured for use in lwipopts.h */
|
||||||
|
|
||||||
|
#include <stddef.h> /* for size_t */
|
||||||
|
|
||||||
#include "lwip/ip_addr.h"
|
#include "lwip/ip_addr.h"
|
||||||
#include "lwip/inet.h"
|
#include "lwip/inet.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user