Include config.h globally

This commit is contained in:
Frédéric Mangano 2020-11-25 20:05:46 +01:00
parent 1d03da324c
commit 64fc6f8f6d
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,6 @@
* this module from the main one is to allow easy testing.
*/
#include <config.h>
#include <opustags.h>
#include <errno.h>

View File

@ -24,6 +24,8 @@
#pragma once
#include <config.h>
#include <iconv.h>
#include <ogg/ogg.h>
#include <stdio.h>