Include string.h for memset() on OpenBSD
This commit is contained in:
parent
52f1bab6d5
commit
523e64d30b
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue