Add #include <config.h>.
[pspp-builds.git] / src / output / charts / barchart.c
index c49ebf027480db1c977f74d74ec4fdf121a0e22f..8e1b63d7ff97b631fe3974f03052e93c4976eba7 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 <stdio.h>
 #include <plot.h>
 #include <stdarg.h>