summaryrefslogtreecommitdiff
path: root/lib/dynbuf.h
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2022-09-07 12:19:29 +0200
committerMarcel Raad <Marcel.Raad@teamviewer.com>2022-09-12 09:41:47 +0200
commitd7dceb57d1d66905f5c99bc03bb5f8a4b2c6d80f (patch)
treeb8f3a6902e82d5e61acdb6679efadb544c931fdf /lib/dynbuf.h
parent4a7c10c6cc36db72efafa46915c2bd28b064a493 (diff)
downloadcurl-d7dceb57d1d66905f5c99bc03bb5f8a4b2c6d80f.tar.gz
lib and tests: add missing curl.h includes
Closes https://github.com/curl/curl/pull/9453
Diffstat (limited to 'lib/dynbuf.h')
-rw-r--r--lib/dynbuf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dynbuf.h b/lib/dynbuf.h
index 7deba6a5f..26c8cd542 100644
--- a/lib/dynbuf.h
+++ b/lib/dynbuf.h
@@ -24,6 +24,8 @@
*
***************************************************************************/
+#include <curl/curl.h>
+
#ifndef BUILDING_LIBCURL
/* this renames the functions so that the tool code can use the same code
without getting symbol collisions */