include transfer.h with correct path

This commit is contained in:
Stefan Eissing 2025-08-14 14:18:13 +02:00
parent c5afc28952
commit 3b30be5411
No known key found for this signature in database

View file

@ -61,7 +61,7 @@
#include "../vauth/vauth.h"
#include "keylog.h"
#include "hostcheck.h"
#include "transfer.h"
#include "../transfer.h"
#include "../multiif.h"
#include "../curlx/strparse.h"
#include "../strdup.h"