changeset 2376:a67b89ba136d libavformat

Ensure av_tree_insert() is defined before using it. Patch by Carl Eugen Hoyos cehoyos _at_ ag.or.at
author aurel
date Sat, 11 Aug 2007 23:58:10 +0000
parents 14828c79f290
children 2a44e9c75bf3
files nut.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nut.c	Sat Aug 11 22:45:40 2007 +0000
+++ b/nut.c	Sat Aug 11 23:58:10 2007 +0000
@@ -20,6 +20,7 @@
  */
 
 #include "nut.h"
+#include "tree.h"
 
 unsigned long av_crc04C11DB7_update(unsigned long checksum, const uint8_t *buf, unsigned int len){
     return av_crc(av_crc04C11DB7, checksum, buf, len);