mirror of
https://github.com/curl/curl.git
synced 2026-07-28 22:43:09 +03:00
Q&D fix header inclusion order
This commit is contained in:
parent
119f43360b
commit
d2a47021c0
1 changed files with 1 additions and 1 deletions
|
|
@ -41,8 +41,8 @@
|
||||||
#include "sendf.h"
|
#include "sendf.h"
|
||||||
#include "timeval.h"
|
#include "timeval.h"
|
||||||
#include "http.h"
|
#include "http.h"
|
||||||
#include "warnless.h"
|
|
||||||
#include "select.h"
|
#include "select.h"
|
||||||
|
#include "warnless.h"
|
||||||
|
|
||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue