mirror of
https://github.com/fmang/opustags.git
synced 2025-01-15 12:43:17 +01:00
Include config.h globally
This commit is contained in:
parent
1d03da324c
commit
64fc6f8f6d
@ -6,7 +6,6 @@
|
||||
* this module from the main one is to allow easy testing.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <opustags.h>
|
||||
|
||||
#include <errno.h>
|
||||
|
@ -24,6 +24,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <iconv.h>
|
||||
#include <ogg/ogg.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user