mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-23 16:47:05 +08:00
Try to remove #include <stdlib.h> from many files. Does not seem necessary any more and might cause problems when porting lwIP.
This commit is contained in:
@@ -99,7 +99,6 @@
|
||||
#include "lwip/tcp.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#if LWIP_TCP
|
||||
|
||||
Reference in New Issue
Block a user