Include string.h for memset() on OpenBSD

This commit is contained in:
Anton Yabchinskiy 2014-11-20 00:16:00 +03:00
parent e136033e1c
commit c7ff604164

View File

@ -33,6 +33,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"