[empathy] tpaw-string-parser: include string.h needed for strlen



commit 5a1d279f345b8eb6e7c737e8dc1074c9737c0cc1
Author: Marco Barisione <marco barisione collabora co uk>
Date:   Tue Jul 30 14:44:41 2013 +0100

    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 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 de77782..93ed79a 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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]