tests/parser: include string.h explicitly

This commit is contained in:
Dmitry Podgorny
2016-09-04 03:35:28 +03:00
parent 94e84f0643
commit 233094af10

View File

@@ -10,6 +10,7 @@
*/
#include <stdlib.h>
#include <string.h>
#include <check.h>