Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-application.c1
-rw-r--r--shell/ev-job-queue.c1
-rw-r--r--shell/ev-jobs.c1
-rw-r--r--shell/ev-message-area.c1
-rw-r--r--shell/ev-open-recent-action.c1
-rw-r--r--shell/ev-page-cache.c1
-rw-r--r--shell/ev-pixbuf-cache.c1
-rw-r--r--shell/ev-stock-icons.c1
-rw-r--r--shell/ev-view-accessible.c1
-rw-r--r--shell/ev-view.c1
-rw-r--r--shell/ev-window-title.c1
-rw-r--r--shell/xdg-user-dir-lookup.c1
12 files changed, 12 insertions, 0 deletions
diff --git a/shell/ev-application.c b/shell/ev-application.c
index 2be350e..6a4b240 100644
--- a/shell/ev-application.c
+++ b/shell/ev-application.c
@@ -20,6 +20,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include "ev-application.h"
#include "ev-utils.h"
#include "ev-file-helpers.h"
diff --git a/shell/ev-job-queue.c b/shell/ev-job-queue.c
index b1b98f1..8280aab 100644
--- a/shell/ev-job-queue.c
+++ b/shell/ev-job-queue.c
@@ -1,3 +1,4 @@
+#include <config.h>
#include "ev-job-queue.h"
/* Like glib calling convention, all functions with _locked in their name assume
diff --git a/shell/ev-jobs.c b/shell/ev-jobs.c
index 4bb0bf6..6ffbb57 100644
--- a/shell/ev-jobs.c
+++ b/shell/ev-jobs.c
@@ -1,3 +1,4 @@
+#include <config.h>
#include "ev-jobs.h"
#include "ev-job-queue.h"
#include "ev-document-thumbnails.h"
diff --git a/shell/ev-message-area.c b/shell/ev-message-area.c
index 93e227d..845f6fd 100644
--- a/shell/ev-message-area.c
+++ b/shell/ev-message-area.c
@@ -21,6 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <gtk/gtkaccessible.h>
#include <gtk/gtklabel.h>
#include <gtk/gtkhbox.h>
diff --git a/shell/ev-open-recent-action.c b/shell/ev-open-recent-action.c
index c57138f..e021c6b 100644
--- a/shell/ev-open-recent-action.c
+++ b/shell/ev-open-recent-action.c
@@ -17,6 +17,7 @@
*
*/
+#include <config.h>
#include <gtk/gtk.h>
#include <glib/gi18n.h>
diff --git a/shell/ev-page-cache.c b/shell/ev-page-cache.c
index e88ef52..a1b4d60 100644
--- a/shell/ev-page-cache.c
+++ b/shell/ev-page-cache.c
@@ -1,3 +1,4 @@
+#include <config.h>
#include "ev-page-cache.h"
#include "ev-job-queue.h"
#include "ev-document-thumbnails.h"
diff --git a/shell/ev-pixbuf-cache.c b/shell/ev-pixbuf-cache.c
index 01eda4a..e2d0275 100644
--- a/shell/ev-pixbuf-cache.c
+++ b/shell/ev-pixbuf-cache.c
@@ -1,3 +1,4 @@
+#include <config.h>
#include "ev-pixbuf-cache.h"
#include "ev-job-queue.h"
#include "ev-page-cache.h"
diff --git a/shell/ev-stock-icons.c b/shell/ev-stock-icons.c
index 801db9a..ce15dc6 100644
--- a/shell/ev-stock-icons.c
+++ b/shell/ev-stock-icons.c
@@ -21,6 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include "ev-stock-icons.h"
#include <gtk/gtkiconfactory.h>
diff --git a/shell/ev-view-accessible.c b/shell/ev-view-accessible.c
index 369516f..25a3ac2 100644
--- a/shell/ev-view-accessible.c
+++ b/shell/ev-view-accessible.c
@@ -18,6 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <glib/gi18n.h>
#include "ev-view-accessible.h"
diff --git a/shell/ev-view.c b/shell/ev-view.c
index 9782d0b..5944e34 100644
--- a/shell/ev-view.c
+++ b/shell/ev-view.c
@@ -18,6 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
diff --git a/shell/ev-window-title.c b/shell/ev-window-title.c
index ac1be65..427e696 100644
--- a/shell/ev-window-title.c
+++ b/shell/ev-window-title.c
@@ -17,6 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
+#include <config.h>
#include "ev-window-title.h"
#include "ev-backends-manager.h"
diff --git a/shell/xdg-user-dir-lookup.c b/shell/xdg-user-dir-lookup.c
index 00bcefa..669fe2f 100644
--- a/shell/xdg-user-dir-lookup.c
+++ b/shell/xdg-user-dir-lookup.c
@@ -25,6 +25,7 @@
SOFTWARE.
*/
+#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>