lavu/avassert: include config.h

Fix setting the assert level.
This commit is contained in:
Nicolas George 2023-04-26 14:29:29 +02:00
parent cf7ed01938
commit ca9ec4e7ed
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@
#define AVUTIL_AVASSERT_H
#include <stdlib.h>
#ifdef HAVE_AV_CONFIG_H
# include "config.h"
#endif
#include "log.h"
#include "macros.h"