Browse Source

avassert: add missing #include <stdlib.h>

Originally committed as revision 25286 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Måns Rullgård 14 years ago
parent
commit
0795b86174
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavutil/avassert.h

+ 1
- 0
libavutil/avassert.h View File

@@ -27,6 +27,7 @@
#ifndef AVUTIL_AVASSERT_H
#define AVUTIL_AVASSERT_H

#include <stdlib.h>
#include "avutil.h"
#include "log.h"



Loading…
Cancel
Save