aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Yabchinskiy2014-11-20 00:16:00 +0300
committerAnton Yabchinskiy2015-11-20 23:36:14 +0300
commit523e64d30bdb68a904a9f1aebe2ff6b7985f8b86 (patch)
tree64ad91d0ee8a4a51cb0d717e756e31aefdf28d2b
parent52f1bab6d5dffe163bb20886bc725530495dc8c2 (diff)
downloadgodot-523e64d30bdb68a904a9f1aebe2ff6b7985f8b86.tar.gz
godot-523e64d30bdb68a904a9f1aebe2ff6b7985f8b86.tar.zst
godot-523e64d30bdb68a904a9f1aebe2ff6b7985f8b86.zip
Include string.h for memset() on OpenBSD
-rw-r--r--platform/x11/os_x11.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/x11/os_x11.cpp b/platform/x11/os_x11.cpp
index 74ebad748..189f0f3ac 100644
--- a/platform/x11/os_x11.cpp
+++ b/platform/x11/os_x11.cpp
@@ -32,6 +32,7 @@
#include "key_mapping_x11.h"
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "print_string.h"
#include "servers/physics/physics_server_sw.h"
#include "errno.h"