1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-13 19:22:58 +00:00

Include timed_thread.h when needed

This commit is contained in:
Nikolas Garofil 2009-07-20 17:42:17 +02:00
parent 961274bc56
commit 911eb4dc59

View File

@ -24,6 +24,8 @@
#ifndef _CURL_THREAD_H_
#define _CURL_THREAD_H_
#include "timed_thread.h"
typedef struct _ccurl_location_t {
char *uri; /* uri of location */
void *result; /* a pointer to some arbitrary data, will be freed by ccurl_free_info() if non-null */