Reduce platform dependence.
[pspp] / src / data / data-out.h
index bf949c8b80619c5f89dd25eca4a8d43cf5319c9c..d9b6883126f81a9786647cc484c623e653b86c95 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <blp@gnu.org>.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -21,6 +20,7 @@
 #define DATA_OUT_H 1
 
 #include <stdbool.h>
+#include <libpspp/float-format.h>
 #include <libpspp/integer-format.h>
 
 struct fmt_spec;