diff udp_sync.h @ 32079:2e56ec7a0a7f

Add #include for required header mp_core.h; fixes 'make checkheaders'.
author diego
date Sat, 11 Sep 2010 22:12:41 +0000
parents d54834686eb0
children
line wrap: on
line diff
--- a/udp_sync.h	Sat Sep 11 22:11:40 2010 +0000
+++ b/udp_sync.h	Sat Sep 11 22:12:41 2010 +0000
@@ -22,6 +22,8 @@
 #ifndef MPLAYER_UDP_SYNC_H
 #define MPLAYER_UDP_SYNC_H
 
+#include "mp_core.h"
+
 // config options for UDP sync
 extern int udp_master;
 extern int udp_slave;
@@ -31,6 +33,6 @@
 extern float udp_seek_threshold; // how far off before we seek
 
 void send_udp(const char *send_to_ip, int port, char *mesg);
-int udp_slave_sync(struct MPContext *mpctx);
+int udp_slave_sync(MPContext *mpctx);
 
 #endif /* MPLAYER_UDP_SYNC_H */