From: Ben Pfaff Date: Tue, 9 May 2006 23:49:00 +0000 (+0000) Subject: Include , needed for va_list. X-Git-Tag: v0.6.0~865 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c66132a07790c90a5f32260886a488be6e318337;p=pspp-builds.git Include , needed for va_list. Thanks to Jason Stover for reporting. --- diff --git a/src/libpspp/pool.h b/src/libpspp/pool.h index b735d912..fe4af29b 100644 --- a/src/libpspp/pool.h +++ b/src/libpspp/pool.h @@ -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 . This program is free software; you can redistribute it and/or @@ -20,6 +20,7 @@ #if !pool_h #define pool_h 1 +#include #include #include "compiler.h"