pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: uid_t problem


From: Michel Boaventura
Subject: Re: uid_t problem
Date: Tue, 24 Mar 2009 00:40:37 -0300

2009/3/19 Michel Boaventura <address@hidden>:
> You are right Ben. Three files are missing the "#include <config.h>". They 
> are:
>
> src/ui/gui/psppire-marshal.c
> src/ui/gui/psppire-acr.c
> lib/gtk-contrib/gtkxpaned.c
>
> Putting the "#include <config.h>" on its top solves the problem.
>

Seems like the stable branch also has this problem. But the only file
missing the config.h is src/ui/gui/psppire-acr.c
This patch seems to fix it:

diff --git a/src/ui/gui/psppire-acr.c b/src/ui/gui/psppire-acr.c
index b85229d..3242de7 100644
--- a/src/ui/gui/psppire-acr.c
+++ b/src/ui/gui/psppire-acr.c
@@ -33,7 +33,7 @@
   +-----------------------------+

 */
-
+#include <config.h>
 #include <gtk/gtk.h>

 #include "psppire-acr.h"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]