changeset 12410:bc249de5ea02

[gaim-migrate @ 14717] Include .h files corresponding to the respective .c files to clear up prototype warnings. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 08 Dec 2005 20:59:33 +0000
parents d51cf8896f5c
children 8c339d9f1bb4
files src/gtkidle.c src/gtksession.c src/protocols/msn/utils.c
diffstat 3 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkidle.c	Thu Dec 08 20:59:15 2005 +0000
+++ b/src/gtkidle.c	Thu Dec 08 20:59:33 2005 +0000
@@ -21,6 +21,7 @@
  *
  */
 #include "internal.h"
+#include "gtkidle.h"
 
 #ifdef USE_SCREENSAVER
 # ifndef _WIN32
--- a/src/gtksession.c	Thu Dec 08 20:59:15 2005 +0000
+++ b/src/gtksession.c	Thu Dec 08 20:59:33 2005 +0000
@@ -26,6 +26,7 @@
 #include "core.h"
 #include "debug.h"
 #include "eventloop.h"
+#include "gtksession.h"
 
 #ifdef USE_SM
 
--- a/src/protocols/msn/utils.c	Thu Dec 08 20:59:15 2005 +0000
+++ b/src/protocols/msn/utils.c	Thu Dec 08 20:59:33 2005 +0000
@@ -22,6 +22,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 #include "msn.h"
+#include "utils.h"
 
 void
 msn_parse_format(const char *mime, char **pre_ret, char **post_ret)