diff options
Diffstat (limited to 'lib/hash.h')
-rw-r--r-- | lib/hash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/hash.h b/lib/hash.h index 3fa621cb1..68e7933ab 100644 --- a/lib/hash.h +++ b/lib/hash.h @@ -22,11 +22,11 @@ * ***************************************************************************/ -#include "setup.h" +#include "curl_setup.h" #include <stddef.h> -#include "llist.h" +#include "curl_llist.h" /* Hash function prototype */ typedef size_t (*hash_function) (void* key, |