From: Ben Pfaff Date: Wed, 9 Jun 2010 04:36:51 +0000 (-0700) Subject: inexactify: #include X-Git-Tag: sav-api~192 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98c1a7bd8ec44126321ccca829bed44f7e77c26a;hp=2d1795bb0652c628d37d86b0cbd85628e9ff78b3;p=pspp inexactify: #include This fixes a problem with redefined "struct option" under OpenBSD 4.7. --- 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