Moved declaration of double.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1393 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
a86b0119f6
commit
825e6420ad
7
src/zm.h
7
src/zm.h
|
@ -27,6 +27,13 @@ extern "C"
|
|||
|
||||
#include "zm_config.h"
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#if !HAVE_DECL_ROUND
|
||||
double round(double);
|
||||
#endif
|
||||
}
|
||||
|
||||
// Structure used for storing the results of the subtraction
|
||||
// of one struct timeval from another
|
||||
|
||||
|
|
|
@ -30,10 +30,6 @@
|
|||
|
||||
extern "C"
|
||||
{
|
||||
#if !HAVE_DECL_ROUND
|
||||
double round(double);
|
||||
#endif
|
||||
|
||||
#include "zm_jpeg.h"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue