Fixed compilation on linux

Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
2025-07-07 10:44:29 +03:00
parent fe5b9a131f
commit 2daeb8652c
3 changed files with 20 additions and 0 deletions

View File

@@ -6,6 +6,10 @@
#include "ev_types.h"
#include "ev_numeric.h"
#if !EV_OS_WINDOWS
#include <string.h>
#endif
#if defined(EV_VEC_SHARED)
# if defined (EV_VEC_IMPL)
# define EV_VEC_API EV_EXPORT