pspp-dev
[Top][All Lists]
Advanced

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

Re: uid_t problem


From: John Darrington
Subject: Re: uid_t problem
Date: Tue, 24 Mar 2009 19:15:14 +0900
User-agent: Mutt/1.5.18 (2008-05-17)

I pushed this to stable.  Thanks for the report.

On Tue, Mar 24, 2009 at 12:40:37AM -0300, Michel Boaventura wrote:
     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"
     
     
     _______________________________________________
     pspp-dev mailing list
     address@hidden
     http://lists.gnu.org/mailman/listinfo/pspp-dev

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.


Attachment: signature.asc
Description: Digital signature


reply via email to

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