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:
stan 2005-05-02 14:02:04 +00:00
parent a86b0119f6
commit 825e6420ad
2 changed files with 7 additions and 4 deletions

View File

@ -27,6 +27,13 @@ extern "C"
#include "zm_config.h" #include "zm_config.h"
extern "C"
{
#if !HAVE_DECL_ROUND
double round(double);
#endif
}
// Structure used for storing the results of the subtraction // Structure used for storing the results of the subtraction
// of one struct timeval from another // of one struct timeval from another

View File

@ -30,10 +30,6 @@
extern "C" extern "C"
{ {
#if !HAVE_DECL_ROUND
double round(double);
#endif
#include "zm_jpeg.h" #include "zm_jpeg.h"
} }