summaryrefslogtreecommitdiffstats
path: root/divx4_vbr.c
diff options
context:
space:
mode:
Diffstat (limited to 'divx4_vbr.c')
-rw-r--r--divx4_vbr.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/divx4_vbr.c b/divx4_vbr.c
index 10ae2127ca..8b7d8debbf 100644
--- a/divx4_vbr.c
+++ b/divx4_vbr.c
@@ -43,11 +43,12 @@
#include <dlfcn.h>
#include <math.h>
-#ifndef __FreeBSD__
+#include "config.h"
+
+#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
-#include "config.h"
#include "divx4_vbr.h"