(input_common.c) Add <strings.h>

This commit is contained in:
twinaphex 2015-04-06 18:24:35 +02:00
parent 640163044e
commit 101af7b1c9

View File

@ -17,6 +17,7 @@
#include "input_common.h"
#include "input_keymaps.h"
#include <string.h>
#include <strings.h>
#include <stdlib.h>
#include <ctype.h>