blob: 5c41584bfdde69914bd0594573e0f62761df482d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.5 2002/10/09 13:05:03 wiz Exp $
--- player/main.cpp.orig Thu Aug 9 18:50:55 2001
+++ player/main.cpp
@@ -15,7 +15,7 @@ Copyright 2000 Eugene Kuznetsov (divx@e
#include <floatingpoint.h>
#endif
#ifdef __NetBSD__
-#include <machine/ieeefp.h>
+#include <ieeefp.h>
#endif
#include <iostream>
|