mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:33:36 +03:00
no longer #includes "getenv.h"
This commit is contained in:
parent
09f6fc22ed
commit
58d70db92e
3 changed files with 2 additions and 3 deletions
|
|
@ -27,7 +27,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "getenv.h"
|
||||
#include <curl/curl.h>
|
||||
|
||||
#include "strequal.h"
|
||||
|
||||
/* Debug this single source file with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue