Improve error message when temporary file cannot be created.
[pspp] / src / output / charts / box-whisker.c
index 8c0160dfa1ae6a21f7742fa6bf204aa664a671ae..69de11a94b1bbc72db2601009614cd609a0a6ea8 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2004 Free Software Foundation, Inc.
-   Written by John Darrington <john@darrington.wattle.id.au>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -18,6 +17,8 @@
    02110-1301, USA. */
 
 
+#include <config.h>
+
 #include <math.h>
 #include <assert.h>
 #include <libpspp/misc.h>