commit adb54749750fd6e145209b0a43e0e60cb8c12254
parent 1b991ce1f05877ccd2d872da56cb55d1e1b0a3d1
Author: Paul <paul@claws-mail.org>
Date: Tue, 11 Jun 2013 13:49:25 +0100
fix implicit declaration warning
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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