summaryrefslogtreecommitdiff
path: root/thirdparty/thorvg/src/savers
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/thorvg/src/savers')
-rw-r--r--thirdparty/thorvg/src/savers/tvg/tvgTvgSaver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/thirdparty/thorvg/src/savers/tvg/tvgTvgSaver.cpp b/thirdparty/thorvg/src/savers/tvg/tvgTvgSaver.cpp
index fca313b430..adf85836c3 100644
--- a/thirdparty/thorvg/src/savers/tvg/tvgTvgSaver.cpp
+++ b/thirdparty/thorvg/src/savers/tvg/tvgTvgSaver.cpp
@@ -28,8 +28,8 @@
#ifdef _WIN32
#include <malloc.h>
-#elif defined(__FreeBSD__)
- #include <stdlib.h>
+#elif __FreeBSD__
+ #include<stdlib.h>
#else
#include <alloca.h>
#endif