mirror of
https://github.com/curl/curl.git
synced 2026-07-04 00:47:17 +03:00
lib and tests: add missing curl.h includes
Closes https://github.com/curl/curl/pull/9453
This commit is contained in:
parent
4a7c10c6cc
commit
d7dceb57d1
9 changed files with 14 additions and 0 deletions
|
|
@ -30,6 +30,8 @@
|
|||
* as well as the library. Do not mix with library internals!
|
||||
*/
|
||||
|
||||
#include <curl/curl.h>
|
||||
|
||||
#if defined(__GNUC__) && __GNUC__ >= 3
|
||||
# define ALLOC_FUNC __attribute__((malloc))
|
||||
# define ALLOC_SIZE(s) __attribute__((alloc_size(s)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue