1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00

Fix 'conky-1.8.1 does not build with curl-7.21.7' (sf.net #3383906)

In the new version of curl, types.h no longer exists. I just removed the offending include as
is seems to be unnecessary.

bug reported by billie80.
This commit is contained in:
Pavel Labath 2011-08-01 22:36:25 +02:00
parent d59751e19f
commit 1321a41015
2 changed files with 0 additions and 2 deletions

View File

@ -34,7 +34,6 @@
#include <assert.h>
#endif /* DEBUG */
#include <curl/types.h>
#include <curl/easy.h>
/*

View File

@ -39,7 +39,6 @@
#include <libxml/xmlwriter.h>
#include <curl/curl.h>
#include <curl/types.h>
#include <curl/easy.h>
#include <time.h>