Include string.h for memset() on OpenBSD

This commit is contained in:
Anton Yabchinskiy 2014-11-20 00:16:00 +03:00
parent 52f1bab6d5
commit 523e64d30b

View file

@ -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"