diff options
author | Anton Yabchinskiy <arn@bestmx.ru> | 2014-11-20 00:16:00 +0300 |
---|---|---|
committer | Anton Yabchinskiy <arn@bestmx.ru> | 2015-11-20 23:36:14 +0300 |
commit | 523e64d30bdb68a904a9f1aebe2ff6b7985f8b86 (patch) | |
tree | 64ad91d0ee8a4a51cb0d717e756e31aefdf28d2b | |
parent | 52f1bab6d5dffe163bb20886bc725530495dc8c2 (diff) |
Include string.h for memset() on OpenBSD
-rw-r--r-- | platform/x11/os_x11.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/x11/os_x11.cpp b/platform/x11/os_x11.cpp index 74ebad748a..189f0f3acb 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" |