pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/libpspp pool.h


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/libpspp pool.h
Date: Tue, 09 May 2006 23:49:00 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Branch:         
Changes by:     Ben Pfaff <address@hidden>      06/05/09 23:49:00

Modified files:
        src/libpspp    : pool.h 

Log message:
        Include <stdarg.h>, needed for va_list.
        Thanks to Jason Stover for reporting.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/libpspp/pool.h.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: pspp/src/libpspp/pool.h
diff -u pspp/src/libpspp/pool.h:1.4 pspp/src/libpspp/pool.h:1.5
--- pspp/src/libpspp/pool.h:1.4 Mon May  8 01:18:10 2006
+++ pspp/src/libpspp/pool.h     Tue May  9 23:49:00 2006
@@ -1,5 +1,5 @@
 /* PSPP - computes sample statistics.
-   Copyright (C) 2000 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2006 Free Software Foundation, Inc.
    Written by Ben Pfaff <address@hidden>.
 
    This program is free software; you can redistribute it and/or
@@ -20,6 +20,7 @@
 #if !pool_h
 #define pool_h 1
 
+#include <stdarg.h>
 #include <stdio.h>
 #include "compiler.h"
 




reply via email to

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