Added stdio.h for vsnprintf if not present
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2993 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
e30ae4fa0e
commit
075257be52
|
@ -20,6 +20,7 @@
|
||||||
//#include "zm_debug.h"
|
//#include "zm_debug.h"
|
||||||
#include "zm_utils.h"
|
#include "zm_utils.h"
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
const std::string stringtf( const char *format, ... )
|
const std::string stringtf( const char *format, ... )
|
||||||
|
|
Loading…
Reference in New Issue