Fix implicit strstr

This commit is contained in:
Alcaro 2016-09-15 21:16:17 +02:00
parent de1c5ec8bd
commit 9485263555

View File

@ -15,6 +15,7 @@
*/
#include <math.h>
#include <string.h>
#include <VG/openvg.h>
#include <VG/vgext.h>