blob: aa14205a0bb5db2545ab68105f2b8881a4fea864 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1.1.1 2004/01/26 15:13:04 jmmv Exp $
--- samples/qtrecompress/main.cpp.orig Fri Aug 10 02:32:19 2001
+++ samples/qtrecompress/main.cpp
@@ -6,7 +6,7 @@
#include <floatingpoint.h>
#endif
#ifdef __NetBSD__
-#include <machine/ieeefp.h>
+#include <ieeefp.h>
#endif
#include <iostream>
|