mirror of
https://github.com/curl/curl.git
synced 2026-08-03 16:50:28 +03:00
Move the CURLDEBUG check after setup.h so it can be set there if necessary.
This commit is contained in:
parent
2748c64d60
commit
08aab6a620
2 changed files with 7 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
|||
#ifdef CURLDEBUG
|
||||
/***************************************************************************
|
||||
* _ _ ____ _
|
||||
* Project ___| | | | _ \| |
|
||||
|
|
@ -24,6 +23,7 @@
|
|||
|
||||
#include "setup.h"
|
||||
|
||||
#ifdef CURLDEBUG
|
||||
#include <curl/curl.h>
|
||||
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue