blob: a0944c41c29cb5ea351383af15fc116f027b41a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-an,v 1.1.1.1 2004/01/26 15:11:49 jmmv Exp $
--- player/main.cpp.orig Thu Dec 14 03:37:50 2000
+++ player/main.cpp
@@ -16,6 +16,9 @@
#ifdef __FreeBSD__
#include <floatingpoint.h>
#endif
+#ifdef __NetBSD__
+#include <machine/ieeefp.h>
+#endif
#include "mywidget.h"
#include <default.h>
#include <version.h>
|