mirror of
https://github.com/curl/curl.git
synced 2026-06-02 01:44:32 +03:00
memdebug: Ensure curl/curl.h is included before curl_memory.h
Follow up to commit 7db9782dd6.
This commit is contained in:
parent
3e005a8555
commit
0c331b8999
10 changed files with 35 additions and 10 deletions
|
|
@ -22,9 +22,11 @@
|
|||
|
||||
#include "curl_setup.h"
|
||||
|
||||
#include "dotdot.h"
|
||||
#include <curl/curl.h>
|
||||
|
||||
#include "dotdot.h"
|
||||
#include "curl_memory.h"
|
||||
|
||||
/* The last #include file should be: */
|
||||
#include "memdebug.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue