mirror of
https://github.com/curl/curl.git
synced 2026-07-30 16:18:02 +03:00
Removed inclusion of remaining system header files from configuration files.
These are included from lib/setup.h or specific source code file.
This commit is contained in:
parent
1cfb73a129
commit
669c555874
3 changed files with 11 additions and 10 deletions
|
|
@ -173,6 +173,15 @@
|
|||
# include <extra/strdup.h>
|
||||
#endif
|
||||
|
||||
#ifdef TPF
|
||||
# include <strings.h> /* for bzero, strcasecmp, and strncasecmp */
|
||||
# include <string.h> /* for strcpy and strlen */
|
||||
# include <stdlib.h> /* for rand and srand */
|
||||
# include <sys/socket.h> /* for select and ioctl*/
|
||||
# include <netdb.h> /* for in_addr_t definition */
|
||||
# include <tpf/sysapi.h> /* for tpf_process_signals */
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef HAVE_ASSERT_H
|
||||
#include <assert.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue