inexactify: #include <config.h>
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 9 Jun 2010 04:36:51 +0000 (21:36 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 9 Jun 2010 16:59:58 +0000 (09:59 -0700)
This fixes a problem with redefined "struct option" under OpenBSD 4.7.

tests/formats/inexactify.c

index b4fbf16f2a6cc468d855e75c83e4f1132fe9171e..3b94d151105fd9f57a8173dd84c3dbcb762131e5 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2006 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2010 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -14,6 +14,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
+#include <config.h>
+
 #include <ctype.h>
 #include <stdbool.h>
 #include <stdio.h>