From ca2b4ee55dc548d86fcc4c8aae07c62fbc0bc676 Mon Sep 17 00:00:00 2001 From: Andrew Potter Date: Tue, 15 Feb 2011 14:15:25 -0800 Subject: Add libcurl option -{ --- src/imlib.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/imlib.c') diff --git a/src/imlib.c b/src/imlib.c index b251cac..0d2a1dd 100644 --- a/src/imlib.c +++ b/src/imlib.c @@ -34,6 +34,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include #include #include +#include Display *disp = NULL; Visual *vis = NULL; @@ -439,6 +440,8 @@ char *feh_http_load_image(char *url) } /* while read */ close(sockno); fclose(fp); + } else if (opt.libcurl_http) { + } else { int pid; int status; -- cgit v1.2.3