From b1e17a3ae2ad51f4dc6df98970a6c169d79575c2 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sun, 29 Jul 2007 21:33:23 +0000 Subject: Add missing include string.h. 2007-07-29 Xavier Claessens * libempathy-gtk/empathy-profile-chooser.c: * libempathy/empathy-message.c: Add missing include string.h. svn path=/trunk/; revision=217 --- ChangeLog | 5 +++++ libempathy-gtk/empathy-profile-chooser.c | 2 ++ libempathy/empathy-message.c | 2 ++ 3 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index e6e6d080f..df54c9d00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-07-29 Xavier Claessens + + * libempathy-gtk/empathy-profile-chooser.c: + * libempathy/empathy-message.c: Add missing include string.h. + 2007-07-29 Xavier Claessens * configure.ac: Bump version to 0.11. diff --git a/libempathy-gtk/empathy-profile-chooser.c b/libempathy-gtk/empathy-profile-chooser.c index 212869da4..6276c90b5 100644 --- a/libempathy-gtk/empathy-profile-chooser.c +++ b/libempathy-gtk/empathy-profile-chooser.c @@ -22,6 +22,8 @@ #include +#include + #include #include diff --git a/libempathy/empathy-message.c b/libempathy/empathy-message.c index 0ff2567bf..02103f6ba 100644 --- a/libempathy/empathy-message.c +++ b/libempathy/empathy-message.c @@ -24,6 +24,8 @@ #include "config.h" +#include + #include "empathy-message.h" #define GET_PRIV(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), EMPATHY_TYPE_MESSAGE, EmpathyMessagePriv)) -- cgit v1.2.3