[MPlayer-cvslog] r20717 - trunk/stream/realrtsp/asmrp.c

reimar subversion at mplayerhq.hu
Sun Nov 5 18:43:29 CET 2006


Author: reimar
Date: Sun Nov  5 18:43:25 2006
New Revision: 20717

Modified:
   trunk/stream/realrtsp/asmrp.c

Log:
Fix compilation: forgotten mp_msg.h include


Modified: trunk/stream/realrtsp/asmrp.c
==============================================================================
--- trunk/stream/realrtsp/asmrp.c	(original)
+++ trunk/stream/realrtsp/asmrp.c	Sun Nov  5 18:43:25 2006
@@ -40,6 +40,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
+#include "mp_msg.h"
 
 /*
 #define LOG



More information about the MPlayer-cvslog mailing list