summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ae.c
diff options
context:
space:
mode:
authornexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-22 13:53:56 +0000
committernexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-22 13:53:56 +0000
commit79b6ff09766d76d9a2f5009e5d179a042e96bf4c (patch)
tree25b2ed0dd9d004b977888d813c2f8c5fa3bac717 /libmpcodecs/ae.c
parent8b495b579c64d0780aab97867744cfb3e4c433d8 (diff)
downloadmpv-79b6ff09766d76d9a2f5009e5d179a042e96bf4c.tar.bz2
mpv-79b6ff09766d76d9a2f5009e5d179a042e96bf4c.tar.xz
FreeBSD fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15239 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/ae.c')
-rw-r--r--libmpcodecs/ae.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpcodecs/ae.c b/libmpcodecs/ae.c
index 6ed3deee4c..8749d5e633 100644
--- a/libmpcodecs/ae.c
+++ b/libmpcodecs/ae.c
@@ -2,6 +2,7 @@
#include <string.h>
#include <stdlib.h>
#include <inttypes.h>
+#include <unistd.h>
#include <math.h>
#include "aviheader.h"
#include "ms_hdr.h"