summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2016-01-11 21:10:43 +0100
committerStefan Schmidt <stefan@osg.samsung.com>2016-01-11 21:57:07 +0100
commit42f70e6b24989d2bb177289555b67857ebb1326c (patch)
tree22292c45abfa8c64567fa147480e4f9b48d324ec
parent9adf703cfbb5ed4100b278e8d88f05c46d8c8ea3 (diff)
downloadelementary-42f70e6b24989d2bb177289555b67857ebb1326c.tar.gz
examples/combobox: include string.h for strcasestr()
-rw-r--r--src/examples/combobox_example_01.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/examples/combobox_example_01.c b/src/examples/combobox_example_01.c
index 30121ba16..e6ae1c9af 100644
--- a/src/examples/combobox_example_01.c
+++ b/src/examples/combobox_example_01.c
@@ -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