[gaim-migrate @ 14717]

Thu, 08 Dec 2005 20:59:33 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Thu, 08 Dec 2005 20:59:33 +0000
changeset 12410
98d8abd3db98
parent 12409
d89ccce310aa
child 12411
925acea38f31

[gaim-migrate @ 14717]
Include .h files corresponding to the respective .c files to clear up prototype warnings.

src/gtkidle.c file | annotate | diff | comparison | revisions
src/gtksession.c file | annotate | diff | comparison | revisions
src/protocols/msn/utils.c file | annotate | diff | comparison | revisions
--- 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)

mercurial