shithub: aacenc

Download patch

ref: a45b7e2efb17f0ace411d91fa90657a167248c6e
parent: 67b4f27683c75a5249eb4b25c025779dc389f2a1
author: oxygene <oxygene>
date: Mon Feb 26 09:31:45 EST 2001

Included math.h to make unix compiler happy

--- a/libfaac/util.c
+++ b/libfaac/util.c
@@ -16,9 +16,10 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
- * $Id: util.c,v 1.4 2001/02/12 14:39:14 menno Exp $
+ * $Id: util.c,v 1.5 2001/02/26 14:31:45 oxygene Exp $
  */
 
+#include <math.h>
 
 #ifndef max
 #define max(a, b) (((a) > (b)) ? (a) : (b))