summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-10-12 18:52:55 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-10-12 18:52:55 +0000
commitf0ab88270889438dfe2ced2eaf9ae399e8f0b385 (patch)
tree01756a78e46450d88bed89af34b158863f39cff2
parent946b3aec22a9a9b308b25f1ca592815949f44891 (diff)
downloadxine-lib-f0ab88270889438dfe2ced2eaf9ae399e8f0b385.tar.gz
xine-lib-f0ab88270889438dfe2ced2eaf9ae399e8f0b385.tar.bz2
fix compiler warning
CVS patchset: 5492 CVS date: 2003/10/12 18:52:55
-rw-r--r--src/input/libreal/asmrp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/input/libreal/asmrp.c b/src/input/libreal/asmrp.c
index c00adbf46..49d3e63e5 100644
--- a/src/input/libreal/asmrp.c
+++ b/src/input/libreal/asmrp.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: asmrp.c,v 1.2 2002/12/17 16:49:48 jkeil Exp $
+ * $Id: asmrp.c,v 1.3 2003/10/12 18:52:55 mroi Exp $
*
* a parser for real's asm rules
*
@@ -38,6 +38,8 @@
#include <stdio.h>
#include <string.h>
+#include "asmrp.h"
+
/*
#define LOG
*/