explicitly import string.h for strcmp()

- implicitly declaring library function is bad manner :)
This commit is contained in:
anthraxx 2014-06-10 12:46:18 +02:00
parent 320c09285c
commit bf5f98649d

View file

@ -1,3 +1,4 @@
#include <string.h>
#include <stdio.h>
#include <stdlib.h>