diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-12 18:52:55 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-12 18:52:55 +0000 |
commit | f0ab88270889438dfe2ced2eaf9ae399e8f0b385 (patch) | |
tree | 01756a78e46450d88bed89af34b158863f39cff2 | |
parent | 946b3aec22a9a9b308b25f1ca592815949f44891 (diff) | |
download | xine-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.c | 4 |
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 */ |