Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ps
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2007-12-28 19:23:22 (GMT)
committer Christian Persch <chpe@src.gnome.org>2007-12-28 19:23:22 (GMT)
commit1af6600934d1f723e5b492b8322e52a1144fb0af (patch)
tree7c529b1eca33e3ada40c28ff5b54cb515a6fd008 /backend/ps
parent31e16bd8f386dc292e60489d4a17227804bdc2e6 (diff)
Include config.h. Bug #504721.
2007-12-28 Christian Persch <chpe@gnome.org> * **/*.c: Include config.h. Bug #504721. svn path=/trunk/; revision=2787
Diffstat (limited to 'backend/ps')
-rw-r--r--backend/ps/ev-spectre.c1
-rw-r--r--backend/ps/gsio.c1
-rw-r--r--backend/ps/ps.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/backend/ps/ev-spectre.c b/backend/ps/ev-spectre.c
index 82e3ca6..41553df 100644
--- a/backend/ps/ev-spectre.c
+++ b/backend/ps/ev-spectre.c
@@ -19,6 +19,7 @@
#include <config.h>
+#include <config.h>
#include <glib/gi18n.h>
#include <stdlib.h>
#include <libspectre/spectre.h>
diff --git a/backend/ps/gsio.c b/backend/ps/gsio.c
index 15c7f38..502fb4d 100644
--- a/backend/ps/gsio.c
+++ b/backend/ps/gsio.c
@@ -20,6 +20,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include <config.h>
#include <string.h>
#include <gsio.h>
diff --git a/backend/ps/ps.c b/backend/ps/ps.c
index cccf241..dd37111 100644
--- a/backend/ps/ps.c
+++ b/backend/ps/ps.c
@@ -44,6 +44,7 @@
/* end of patch */
+#include <config.h>
#include <stdlib.h>
#include <stdio.h>
#ifndef SEEK_SET