1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-28 21:19:10 +00:00

Bugfix: pthread - $curl related bug

This commit is contained in:
Nikolas Garofil 2010-05-06 01:24:30 +02:00
parent 40452c9712
commit 51f7969571
4 changed files with 3 additions and 1 deletions

View File

@ -32,6 +32,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "conky.h"
#include "logging.h"
#include "temphelper.h"
#include "text_object.h"

View File

@ -24,6 +24,7 @@
*/
#include <libical/ical.h>
#include "conky.h"
#include "logging.h"
struct ical_event {

View File

@ -23,6 +23,7 @@
*
*/
#include "conky.h"
#include "logging.h"
#include <pthread.h>
#include <stdlib.h>

View File

@ -30,7 +30,6 @@
#ifndef _LOGGING_H
#define _LOGGING_H
#include "conky.h"
#include "mail.h"
void clean_up(void *memtofree1, void* memtofree2);