diff lsp.h @ 6735:459fe563a4dc libavcodec

add necessary #includes in headers
author mru
date Sat, 03 May 2008 13:29:39 +0000
parents f18b7851b5a5
children e6338dd4a6e3
line wrap: on
line diff
--- a/lsp.h	Sat May 03 03:47:26 2008 +0000
+++ b/lsp.h	Sat May 03 13:29:39 2008 +0000
@@ -22,6 +22,9 @@
 
 #ifndef FFMPEG_LSP_H
 #define FFMPEG_LSP_H
+
+#include <stdint.h>
+
 /**
   (I.F) means fixed-point value with F fractional and I integer bits
 */