aboutsummaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorAnton Yabchinskiy2014-11-20 00:12:01 +0300
committerAnton Yabchinskiy2014-11-22 13:23:22 +0300
commite136033e1c279b22f3a318b5b7c70e100fe68ee3 (patch)
tree332efd76dd2428f89b6d1034abe15f181ae751c7 /platform
parent4a1fd94f0d4de8a87b23668f33f2fd6cb012a854 (diff)
downloadgodot-e136033e1c279b22f3a318b5b7c70e100fe68ee3.tar.gz
godot-e136033e1c279b22f3a318b5b7c70e100fe68ee3.tar.zst
godot-e136033e1c279b22f3a318b5b7c70e100fe68ee3.zip
Diffstat (limited to 'platform')
-rw-r--r--platform/x11/platform_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/x11/platform_config.h b/platform/x11/platform_config.h
index 21703969c..c46ef1cf1 100644
--- a/platform/x11/platform_config.h
+++ b/platform/x11/platform_config.h
@@ -29,7 +29,7 @@
#ifdef __linux__
#include <alloca.h>
#endif
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__OpenBSD__)
#include <stdlib.h>
#endif