From 98c1a7bd8ec44126321ccca829bed44f7e77c26a Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 8 Jun 2010 21:36:51 -0700 Subject: [PATCH] inexactify: #include This fixes a problem with redefined "struct option" under OpenBSD 4.7. --- tests/formats/inexactify.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/formats/inexactify.c b/tests/formats/inexactify.c index b4fbf16f2a..3b94d15110 100644 --- a/tests/formats/inexactify.c +++ b/tests/formats/inexactify.c @@ -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 . */ +#include + #include #include #include -- 2.30.2