Minor correction
[melted] / src / modules / kino / avi.h
index 864dfe1..e7ce66c 100644 (file)
@@ -21,6 +21,9 @@
 * Change log:
 * 
 * $Log$
+* Revision 1.2  2005/04/15 14:37:03  lilo_booter
+* Minor correction
+*
 * Revision 1.1  2005/04/15 14:28:26  lilo_booter
 * Initial version
 *
 #ifndef _AVI_H
 #define _AVI_H 1
 
+#include <stdint.h>
 #include "riff.h"
 
 #define PACKED(x)      __attribute__((packed)) x