define feature test macro to ensure vsnprintf is available
This commit is contained in:
@ -17,6 +17,11 @@
|
||||
* *
|
||||
***************************************************************/
|
||||
|
||||
// Make sure that vsnprintf is available
|
||||
#ifndef _BSD_SOURCE
|
||||
#define _BSD_SOURCE
|
||||
#endif
|
||||
|
||||
#include "StreamBuffer.h"
|
||||
#include "StreamError.h"
|
||||
|
||||
|
Reference in New Issue
Block a user