1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Q&D fix header inclusion order

This commit is contained in:
Yang Tse 2011-09-25 19:08:12 +02:00
parent 119f43360b
commit d2a47021c0

View File

@ -41,8 +41,8 @@
#include "sendf.h"
#include "timeval.h"
#include "http.h"
#include "warnless.h"
#include "select.h"
#include "warnless.h"
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>