diff options
Diffstat (limited to 'lib/llist.h')
-rw-r--r-- | lib/llist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/llist.h b/lib/llist.h index b4ca82a44..27ddb719a 100644 --- a/lib/llist.h +++ b/lib/llist.h @@ -22,7 +22,7 @@ * ***************************************************************************/ -#include "setup.h" +#include "curl_setup.h" #include <stddef.h> typedef void (*curl_llist_dtor)(void *, void *); |