Include timed_thread.h when needed
authorNikolas Garofil <garo@dunaldi.garofil.be>
Mon, 20 Jul 2009 15:42:17 +0000 (17:42 +0200)
committerNikolas Garofil <garo@dunaldi.garofil.be>
Mon, 20 Jul 2009 15:42:17 +0000 (17:42 +0200)
src/ccurl_thread.h

index 18d7b27..9df8e86 100644 (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 */