pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/libpspp bt.c [simpler-proc]


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/libpspp bt.c [simpler-proc]
Date: Sun, 01 Apr 2007 16:30:19 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Branch:         simpler-proc
Changes by:     Ben Pfaff <blp> 07/04/01 16:30:19

Modified files:
        src/libpspp    : bt.c 

Log message:
        Need #include <limits.h>.  Thanks to "John McCabe-Dansted"
        <address@hidden> for pointing this out.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/bt.c?cvsroot=pspp&only_with_tag=simpler-proc&r1=1.1.2.2&r2=1.1.2.3

Patches:
Index: bt.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/bt.c,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- bt.c        30 Mar 2007 16:43:05 -0000      1.1.2.2
+++ bt.c        1 Apr 2007 16:30:19 -0000       1.1.2.3
@@ -65,6 +65,7 @@
 
 #include <libpspp/bt.h>
 
+#include <limits.h>
 #include <stdbool.h>
 #include <stdint.h>
 




reply via email to

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