projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f135ae
)
Include <stdarg.h>, needed for va_list.
author
Ben Pfaff
<blp@gnu.org>
Tue, 9 May 2006 23:49:00 +0000
(23:49 +0000)
committer
Ben Pfaff
<blp@gnu.org>
Tue, 9 May 2006 23:49:00 +0000
(23:49 +0000)
Thanks to Jason Stover for reporting.
src/libpspp/pool.h
patch
|
blob
|
history
diff --git
a/src/libpspp/pool.h
b/src/libpspp/pool.h
index b735d912e09577826522a4d9fa2ab5747540a8e8..fe4af29b73c4bcdccc77d1df03d8de21944c1432 100644
(file)
--- 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 <blp@gnu.org>.
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"