mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-14 11:33:14 +00:00
Include timed_thread.h when needed
This commit is contained in:
parent
961274bc56
commit
911eb4dc59
@ -24,6 +24,8 @@
|
|||||||
#ifndef _CURL_THREAD_H_
|
#ifndef _CURL_THREAD_H_
|
||||||
#define _CURL_THREAD_H_
|
#define _CURL_THREAD_H_
|
||||||
|
|
||||||
|
#include "timed_thread.h"
|
||||||
|
|
||||||
typedef struct _ccurl_location_t {
|
typedef struct _ccurl_location_t {
|
||||||
char *uri; /* uri of location */
|
char *uri; /* uri of location */
|
||||||
void *result; /* a pointer to some arbitrary data, will be freed by ccurl_free_info() if non-null */
|
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