Fix few implicit references warnings.
authorwwp <wwp@free.fr>
Sun, 27 Apr 2014 11:11:14 +0000 (13:11 +0200)
committerwwp <wwp@free.fr>
Sun, 27 Apr 2014 11:11:14 +0000 (13:11 +0200)
src/plugins/vcalendar/vcal_folder.c
src/prefs_themes.c

index 59718b6de7dc9938e8ac4c6b82a48b02d6119a0b..e18240a95a9dbe0e1ded0b13df2e4ffaea6ecb66 100644 (file)
@@ -42,6 +42,7 @@
 #include "procheader.h"
 #include "folder.h"
 #include "folderview.h"
+#include "folder_item_prefs.h"
 #include "vcalendar.h"
 #include "vcal_folder.h"
 #include "vcal_prefs.h"
index 6c69fba9d56271a369fc9aa6a67e519b373934e4..3f50cf821ded560ccee61bda3c03f1b84d8396da 100644 (file)
@@ -45,6 +45,7 @@
 #include "mainwindow.h"
 #include "compose.h"
 #include "alertpanel.h"
+#include "addr_compl.h"
 
 #define IS_CURRENT_THEME(path)  (strcmp(prefs_common.pixmap_theme_path, path) == 0)
 #define IS_INTERNAL_THEME(path) (strcmp(DEFAULT_PIXMAP_THEME, path) == 0)