]> git.0d.be Git - empathy.git/commitdiff
Add missing include string.h.
authorXavier Claessens <xclaesse@gmail.com>
Sun, 29 Jul 2007 21:33:23 +0000 (21:33 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Sun, 29 Jul 2007 21:33:23 +0000 (21:33 +0000)
2007-07-29 Xavier Claessens  <xclaesse@gmail.com>

* libempathy-gtk/empathy-profile-chooser.c:
* libempathy/empathy-message.c: Add missing include string.h.

svn path=/trunk/; revision=217

ChangeLog
libempathy-gtk/empathy-profile-chooser.c
libempathy/empathy-message.c

index e6e6d080f2eb85b82aa899e4b76fb4e56344b0cd..df54c9d00cf5ceaeb25ad678fa57826e4a4f5279 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-29 Xavier Claessens  <xclaesse@gmail.com>
+
+       * libempathy-gtk/empathy-profile-chooser.c:
+       * libempathy/empathy-message.c: Add missing include string.h.
+
 2007-07-29 Xavier Claessens  <xclaesse@gmail.com>
 
        * configure.ac: Bump version to 0.11.
 2007-07-29 Xavier Claessens  <xclaesse@gmail.com>
 
        * configure.ac: Bump version to 0.11.
index 212869da4ec92d8352380fadf96384d4a192bf4a..6276c90b53e66abd6c93eb8226363ee0afa5205b 100644 (file)
@@ -22,6 +22,8 @@
 
 #include <config.h>
 
 
 #include <config.h>
 
+#include <string.h>
+
 #include <gtk/gtk.h>
 #include <libmissioncontrol/mc-profile.h>
 
 #include <gtk/gtk.h>
 #include <libmissioncontrol/mc-profile.h>
 
index 0ff2567bfda3ca2a999ca03508a663c9b17739e0..02103f6bab6d37a72785f1f0944de4e700e78cc2 100644 (file)
@@ -24,6 +24,8 @@
 
 #include "config.h"
 
 
 #include "config.h"
 
+#include <string.h>
+
 #include "empathy-message.h"
 
 #define GET_PRIV(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), EMPATHY_TYPE_MESSAGE, EmpathyMessagePriv))
 #include "empathy-message.h"
 
 #define GET_PRIV(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), EMPATHY_TYPE_MESSAGE, EmpathyMessagePriv))