changeset 3737:04ca2b6ddb1e

warning fix
author pl
date Tue, 25 Dec 2001 16:43:27 +0000
parents 689986c2af9b
children 5c1da9bc17a3
files fli.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/fli.c	Tue Dec 25 16:42:45 2001 +0000
+++ b/fli.c	Tue Dec 25 16:43:27 2001 +0000
@@ -8,6 +8,7 @@
 
 #include "config.h"
 #include "bswap.h"
+#include <stdio.h>
 
 #define LE_16(x) (le2me_16(*(unsigned short *)(x)))
 #define LE_32(x) (le2me_32(*(unsigned int *)(x)))