changeset 6370:1ae3a153f380

FreeBSD compile fix
author nexus
date Mon, 10 Jun 2002 08:14:33 +0000
parents 63984a4cbbb6
children 622d57683187
files libmpcodecs/ad_real.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/ad_real.c	Mon Jun 10 02:27:31 2002 +0000
+++ b/libmpcodecs/ad_real.c	Mon Jun 10 08:14:33 2002 +0000
@@ -23,6 +23,8 @@
 
 LIBAD_EXTERN(real)
 
+typedef unsigned long ulong;
+
 static void *handle=NULL;
 
 void *__builtin_new(unsigned long size) {