summaryrefslogtreecommitdiff
path: root/tp-account-widgets/tpaw-string-parser.c
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-07-30 14:44:41 +0100
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 11:03:07 +0100
commit5a1d279f345b8eb6e7c737e8dc1074c9737c0cc1 (patch)
tree235fdd2e010e9d6dbfeeff52cd3913cc73ad6efc /tp-account-widgets/tpaw-string-parser.c
parent08a5c44c218c9a93d60c0975c317f0a7be4b677b (diff)
downloadtelepathy-account-widgets-5a1d279f345b8eb6e7c737e8dc1074c9737c0cc1.tar.gz
tpaw-string-parser: include string.h needed for strlen
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'tp-account-widgets/tpaw-string-parser.c')
-rw-r--r--tp-account-widgets/tpaw-string-parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tp-account-widgets/tpaw-string-parser.c b/tp-account-widgets/tpaw-string-parser.c
index de777820..93ed79ae 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 <string.h>
#include <tp-account-widgets/tpaw-utils.h>
#include "empathy-ui-utils.h"