changeset 26182:8db4448bf26c

Add missing header #include to fix 'make checkheaders'.
author diego
date Mon, 10 Mar 2008 19:19:03 +0000
parents e5e5db68a660
children 4d54efbb35ec
files libaf/control.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libaf/control.h	Mon Mar 10 19:12:29 2008 +0000
+++ b/libaf/control.h	Mon Mar 10 19:19:03 2008 +0000
@@ -1,6 +1,8 @@
 #ifndef MPLAYER_CONTROL_H
 #define MPLAYER_CONTROL_H
 
+#include <sys/types.h>
+
 /*********************************************
 // Control info struct. 
 //