changeset 3917:33d34fe981ec

<stdint.h> doesn't exist in FreeBSD
author nexus
date Mon, 31 Dec 2001 10:13:11 +0000
parents 8e7f959ad024
children c048b794f91f
files divx4_vbr.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/divx4_vbr.c	Mon Dec 31 10:03:10 2001 +0000
+++ b/divx4_vbr.c	Mon Dec 31 10:13:11 2001 +0000
@@ -43,7 +43,9 @@
 #include <dlfcn.h>
 #include <math.h>
 
+#ifndef __FreeBSD__
 #include <stdint.h>
+#endif
 
 #include "config.h"