mirror of https://github.com/aria2/aria2
Work around libintl's vprintf macro messing with OutputFile::vprintf
parent
ddee21ce96
commit
784d0e5e51
|
@ -40,6 +40,9 @@
|
|||
#include <cstdlib>
|
||||
#include <cstdarg>
|
||||
|
||||
// include <string> just to cancel libintl's #define vprintf libintl_vprintf
|
||||
#include <string>
|
||||
|
||||
namespace aria2 {
|
||||
|
||||
class OutputFile {
|
||||
|
|
Loading…
Reference in New Issue