[Commits] [SCM] claws branch, master, updated. 3.9.2-5-gadb5474

claws at claws-mail.org claws at claws-mail.org
Tue Jun 11 14:49:32 CEST 2013


The branch master of project "claws" (Claws Mail) has been updated
       via  adb54749750fd6e145209b0a43e0e60cb8c12254 (commit)
      from  1b991ce1f05877ccd2d872da56cb55d1e1b0a3d1 (commit)


- Log -----------------------------------------------------------------
commit adb54749750fd6e145209b0a43e0e60cb8c12254
Author: Paul <paul at claws-mail.org>
Date:   Tue Jun 11 13:49:25 2013 +0100

    fix implicit declaration warning

diff --git a/src/toolbar.c b/src/toolbar.c
index 74d2d97..eddf724 100644
--- a/src/toolbar.c
+++ b/src/toolbar.c
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 2001-2012 Hiroyuki Yamamoto and the Claws Mail team
+ * Copyright (C) 2001-2013 Hiroyuki Yamamoto and the Claws Mail team
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -59,6 +59,7 @@
 #include "alertpanel.h"
 #include "imap.h"
 #include "account.h"
+#include "send_message.h"
 #ifndef USE_NEW_ADDRBOOK
 	#include "addressbook.h"
 #else

-----------------------------------------------------------------------

Summary of changes:
 src/toolbar.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list