summaryrefslogtreecommitdiffstats
path: root/libaf
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-10 19:19:03 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-10 19:19:03 +0000
commit62ac9600ba18610bc05cbcca03d9b7072179f757 (patch)
treee191a90b9b60ab4da26282b3ce98e3de08b76f8a /libaf
parentd4ac911f0ff95067d745ad7ecffe939ef7eb5e8a (diff)
downloadmpv-62ac9600ba18610bc05cbcca03d9b7072179f757.tar.bz2
mpv-62ac9600ba18610bc05cbcca03d9b7072179f757.tar.xz
Add missing header #include to fix 'make checkheaders'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26214 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf')
-rw-r--r--libaf/control.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libaf/control.h b/libaf/control.h
index 29fa46a5f3..c5bde6d005 100644
--- a/libaf/control.h
+++ b/libaf/control.h
@@ -1,6 +1,8 @@
#ifndef MPLAYER_CONTROL_H
#define MPLAYER_CONTROL_H
+#include <sys/types.h>
+
/*********************************************
// Control info struct.
//