Skip to content

Commit

Permalink
Include unistd.h to declare close()
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Apr 21, 2011
1 parent 210278d commit 17df5d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/http_proxy.c
Expand Up @@ -24,6 +24,9 @@

#if !defined(CURL_DISABLE_PROXY) && !defined(CURL_DISABLE_HTTP)

#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include "urldata.h"
#include <curl/curl.h>
#include "http_proxy.h"
Expand Down

0 comments on commit 17df5d8

Please sign in to comment.