(stdstring.c) Fix implicit declaration warning

This commit is contained in:
twinaphex 2015-04-19 14:32:58 +02:00
parent 0a63674771
commit 7ebc824122

View File

@ -21,6 +21,7 @@
*/
#include <string/stdstring.h>
#include <ctype.h>
bool string_is_empty(const char *data)
{