aboutsummaryrefslogtreecommitdiff
path: root/lib/llist.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/llist.h')
-rw-r--r--lib/llist.h2
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 *);