#include <math.h>
#include <tiffio.h>
+#if !defined(__cplusplus)
+#include <spandsp/stdbool.h>
+#endif
#include <spandsp/telephony.h>
#include <spandsp/fast_convert.h>
#include <spandsp/logging.h>
#include <switch.h>
#include <switch_console.h>
#include <switch_version.h>
+#ifndef _MSC_VER
#include <switch_private.h>
+#endif
#define CMD_BUFLEN 1024
#ifdef SWITCH_HAVE_LIBEDIT
switch_assert(func);
if (task_runtime < now) {
- container->task.repeat = task_runtime;
+ container->task.repeat = (uint32_t)task_runtime;
task_runtime += now;
}