]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
timeval.c: #include fix
authorDaniel Stenberg <daniel@haxx.se>
Sun, 11 May 2025 10:24:10 +0000 (12:24 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 11 May 2025 10:24:10 +0000 (12:24 +0200)
lib/curlx/timeval.c

index 8ef4c09bfce9954e73d604737f58018058f3d6a5..501bf9c3fd98713623d4ca778b1942b04bc59912 100644 (file)
@@ -27,7 +27,7 @@
 #ifdef _WIN32
 
 #include <curl/curl.h>
-#include "../curlx/version_win32.h"
+#include "version_win32.h"
 #include "../system_win32.h"
 
 LARGE_INTEGER Curl_freq;