diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-05 17:43:25 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-05 17:43:25 +0000 |
commit | 1eb7bdf8665cfbf48f53883c16678c7dd7fe3b39 (patch) | |
tree | a9a6a69d57415055e88912e03c2053ec748885ee | |
parent | 8dc8dcf3ccc0993ff45c5714b7894ad0879f0e0f (diff) |
Fix compilation: forgotten mp_msg.h include
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20717 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | stream/realrtsp/asmrp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/realrtsp/asmrp.c b/stream/realrtsp/asmrp.c index 480bb83633..ae21e5a624 100644 --- a/stream/realrtsp/asmrp.c +++ b/stream/realrtsp/asmrp.c @@ -40,6 +40,7 @@ #include <stdlib.h> #include <stdio.h> #include <string.h> +#include "mp_msg.h" /* #define LOG |