]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
src/Makefile.inc: update `CURLX_HFILES`
authorViktor Szakats <commit@vsz.me>
Sat, 7 Feb 2026 17:04:31 +0000 (18:04 +0100)
committerViktor Szakats <commit@vsz.me>
Sat, 7 Feb 2026 18:40:45 +0000 (19:40 +0100)
Closes #20537

src/Makefile.inc

index a416ac820a043557ee40b6bc17e4e60654f05a6a..92cfa1467ca46222150a83b8c8e3af172f33a20e 100644 (file)
@@ -52,12 +52,13 @@ CURLX_CFILES = \
 
 CURLX_HFILES = \
   ../lib/curl_setup.h \
+  ../lib/curlx/base64.h \
+  ../lib/curlx/basename.h \
   ../lib/curlx/binmode.h \
   ../lib/curlx/dynbuf.h \
   ../lib/curlx/fopen.h \
   ../lib/curlx/multibyte.h \
   ../lib/curlx/nonblock.h \
-  ../lib/curlx/snprintf.h \
   ../lib/curlx/strcopy.h \
   ../lib/curlx/strdup.h \
   ../lib/curlx/strerr.h \