diff options
Diffstat (limited to 'lib/splay.h')
-rw-r--r-- | lib/splay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/splay.h b/lib/splay.h index 49a6dec41..5f9ef24cc 100644 --- a/lib/splay.h +++ b/lib/splay.h @@ -21,7 +21,7 @@ * KIND, either express or implied. * ***************************************************************************/ -#include "setup.h" +#include "curl_setup.h" struct Curl_tree { struct Curl_tree *smaller; /* smaller node */ |