comparison libaf/control.h @ 26182:8db4448bf26c

Add missing header #include to fix 'make checkheaders'.
author diego
date Mon, 10 Mar 2008 19:19:03 +0000
parents 4129c8cfa742
children 72d0b1444141
comparison
equal deleted inserted replaced
26181:e5e5db68a660 26182:8db4448bf26c
1 #ifndef MPLAYER_CONTROL_H 1 #ifndef MPLAYER_CONTROL_H
2 #define MPLAYER_CONTROL_H 2 #define MPLAYER_CONTROL_H
3
4 #include <sys/types.h>
3 5
4 /********************************************* 6 /*********************************************
5 // Control info struct. 7 // Control info struct.
6 // 8 //
7 // This struct is the argument in a info call to a filter. 9 // This struct is the argument in a info call to a filter.