blob: 3c2ff4e5f4a3d3f7513989f6bbe5faba751010cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ad,v 1.1 2004/03/27 17:33:28 he Exp $
--- libmp3lame/machine.h.orig 2004-03-27 18:23:04.000000000 +0100
+++ libmp3lame/machine.h
@@ -113,6 +113,7 @@ char *strchr (), *strrchr ();
# include <float.h>
# define FLOAT_MAX FLT_MAX
#else
+# include <float.h>
# ifndef FLOAT
typedef float FLOAT;
# ifdef FLT_MAX
|