diff cutils.c @ 5946:28ca2d77f997 libavformat

Move the internal function declarations in avformat.h to internal.h.
author stefano
date Sun, 11 Apr 2010 21:44:23 +0000
parents ecc817a37849
children
line wrap: on
line diff
--- a/cutils.c	Sun Apr 11 12:21:30 2010 +0000
+++ b/cutils.c	Sun Apr 11 21:44:23 2010 +0000
@@ -19,6 +19,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 #include "avformat.h"
+#include "internal.h"
 
 /* add one element to a dynamic array */
 void ff_dynarray_add(intptr_t **tab_ptr, int *nb_ptr, intptr_t elem)