mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-20 03:51:18 +00:00
Include timed_thread.h when needed
This commit is contained in:
parent
8b0b7814d1
commit
bd36e214a7
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user