examples/combobox: include string.h for strcasestr()

This commit is contained in:
Stefan Schmidt 2016-01-11 21:10:43 +01:00
parent 23ac20bfce
commit 686faed70e
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
//Compile with:
//gcc -o combobox_example_01 combobox_example_01.c -g `pkg-config --cflags --libs elementary`
#define _GNU_SOURCE
#include <string.h>
#include <Elementary.h>
static void