From 5a1d279f345b8eb6e7c737e8dc1074c9737c0cc1 Mon Sep 17 00:00:00 2001 From: Marco Barisione Date: Tue, 30 Jul 2013 14:44:41 +0100 Subject: tpaw-string-parser: include string.h needed for strlen https://bugzilla.gnome.org/show_bug.cgi?id=699492 --- tp-account-widgets/tpaw-string-parser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tp-account-widgets/tpaw-string-parser.c b/tp-account-widgets/tpaw-string-parser.c index de7778203..93ed79aed 100644 --- a/tp-account-widgets/tpaw-string-parser.c +++ b/tp-account-widgets/tpaw-string-parser.c @@ -21,6 +21,7 @@ #include "config.h" #include "tpaw-string-parser.h" +#include #include #include "empathy-ui-utils.h" -- cgit v1.2.3