Daniel Stenberg 4f45240bc8 lib: include curl_printf.h as one of the last headers
curl_printf.h defines printf to curl_mprintf, etc. This can cause
problems with external headers which may use
__attribute__((format(printf, ...))) markers etc.

To avoid that they cause problems with system includes, we include
curl_printf.h after any system headers. That makes the three last
headers to always be, and we keep them in this order:

 curl_printf.h
 curl_memory.h
 memdebug.h

None of them include system headers, they all do funny #defines.

Reported-by: David Benjamin

Fixes #743
2016-04-29 22:32:49 +02:00
..
2016-04-28 02:57:38 -04:00
2016-04-03 22:38:36 +02:00
2016-04-19 08:52:22 +02:00
2016-02-04 18:46:54 -05:00
2016-02-04 18:46:54 -05:00
2016-04-03 22:38:36 +02:00
2016-04-28 02:57:38 -04:00
2016-02-04 18:46:54 -05:00
2016-04-03 23:07:30 +02:00
2016-04-03 23:07:30 +02:00
2016-04-03 22:38:36 +02:00
2016-04-03 22:38:36 +02:00
2016-04-03 22:38:36 +02:00
2016-03-27 17:52:16 +02:00
2016-04-28 02:57:38 -04:00