From 62ac9600ba18610bc05cbcca03d9b7072179f757 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 10 Mar 2008 19:19:03 +0000 Subject: Add missing header #include to fix 'make checkheaders'. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26214 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/control.h | 2 ++ 1 file changed, 2 insertions(+) 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 + /********************************************* // Control info struct. // -- cgit v1.2.3