[MPlayer-cvslog] r26214 - trunk/libaf/control.h

diego subversion at mplayerhq.hu
Mon Mar 10 20:19:03 CET 2008


Author: diego
Date: Mon Mar 10 20:19:03 2008
New Revision: 26214

Log:
Add missing header #include to fix 'make checkheaders'.


Modified:
   trunk/libaf/control.h

Modified: trunk/libaf/control.h
==============================================================================
--- trunk/libaf/control.h	(original)
+++ trunk/libaf/control.h	Mon Mar 10 20:19:03 2008
@@ -1,6 +1,8 @@
 #ifndef MPLAYER_CONTROL_H
 #define MPLAYER_CONTROL_H
 
+#include <sys/types.h>
+
 /*********************************************
 // Control info struct. 
 //



More information about the MPlayer-cvslog mailing list