1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-03 20:48:31 +00:00

Whoops. Need some lunch ->

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@897 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Toni Spets 2007-08-07 12:54:13 +00:00
parent a3e81ae59f
commit f5c69ca5a5
2 changed files with 3 additions and 2 deletions

View File

@ -15,6 +15,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include "config.h"
#ifdef RSS
#include <libxml/parser.h>

View File

@ -6,6 +6,8 @@
* new rss.c written by hifi (Toni Spets)
*/
#include "conky.h"
#ifdef RSS
#include <stdio.h>
@ -17,8 +19,6 @@
#include <curl/types.h>
#include <curl/easy.h>
#include "conky.h"
#define MAX_FEEDS 16
struct MemoryStruct {