mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +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:
parent
d59751e19f
commit
1321a41015
@ -34,7 +34,6 @@
|
||||
#include <assert.h>
|
||||
#endif /* DEBUG */
|
||||
|
||||
#include <curl/types.h>
|
||||
#include <curl/easy.h>
|
||||
|
||||
/*
|
||||
|
@ -39,7 +39,6 @@
|
||||
#include <libxml/xmlwriter.h>
|
||||
|
||||
#include <curl/curl.h>
|
||||
#include <curl/types.h>
|
||||
#include <curl/easy.h>
|
||||
|
||||
#include <time.h>
|
||||
|
Loading…
Reference in New Issue
Block a user