diff options
author | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-07-30 21:44:41 +0800 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 18:03:07 +0800 |
commit | 5a1d279f345b8eb6e7c737e8dc1074c9737c0cc1 (patch) | |
tree | 235fdd2e010e9d6dbfeeff52cd3913cc73ad6efc | |
parent | 08a5c44c218c9a93d60c0975c317f0a7be4b677b (diff) | |
download | gsoc2013-empathy-5a1d279f345b8eb6e7c737e8dc1074c9737c0cc1.tar.gz gsoc2013-empathy-5a1d279f345b8eb6e7c737e8dc1074c9737c0cc1.tar.zst gsoc2013-empathy-5a1d279f345b8eb6e7c737e8dc1074c9737c0cc1.zip |
tpaw-string-parser: include string.h needed for strlen
https://bugzilla.gnome.org/show_bug.cgi?id=699492
-rw-r--r-- | tp-account-widgets/tpaw-string-parser.c | 1 |
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 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 <string.h> #include <tp-account-widgets/tpaw-utils.h> #include "empathy-ui-utils.h" |