aboutsummaryrefslogtreecommitdiffstats
path: root/src/parse_10deg.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/parse_10deg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/parse_10deg.c b/src/parse_10deg.c
index aacf852..eb562c5 100644
--- a/src/parse_10deg.c
+++ b/src/parse_10deg.c
@@ -14,7 +14,6 @@
* 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 "haiku.h"
#include "blackbody.h"
#include "macros.h"
#include <sys/stat.h>
@@ -59,6 +58,6 @@ int main(int argc, char *argv[])
t (fstat(STDOUT_FILENO, &attr));
return ((size_t)(attr.st_size) != (TEMPERATURES + 1) * 5 * sizeof(double));
fail:
- return haiku(argc ? *argv : "parse_10deg"), 1;
+ return perror(argc ? *argv : "parse_10deg"), 1;
}